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