MadelineProto/old_docs/API_docs_v40/constructors/inputChatEmpty.md
2017-07-23 16:11:02 +02:00

456 B

title description
inputChatEmpty inputChatEmpty attributes, type and example

Constructor: inputChatEmpty

Back to constructors index

Type: InputChat

Example:

$inputChatEmpty = ['_' => 'inputChatEmpty', ];

PWRTelegram json-encoded version:

{"_":"inputChatEmpty"}

Or, if you're into Lua:

inputChatEmpty={_='inputChatEmpty', }