526 B
526 B
title | description | image |
---|---|---|
inputUserEmpty | inputUserEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputUserEmpty
Type: InputUser
Example:
$inputUserEmpty = ['_' => 'inputUserEmpty'];
PWRTelegram json-encoded version:
{"_": "inputUserEmpty"}
Or, if you're into Lua:
inputUserEmpty={_='inputUserEmpty'}