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