MadelineProto/old_docs/API_docs_v40/constructors/inputDocumentEmpty.md

397 B

title description
inputDocumentEmpty inputDocumentEmpty attributes, type and example

Constructor: inputDocumentEmpty

Back to constructors index

Type: InputDocument

Example:

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

Or, if you're into Lua:

inputDocumentEmpty={_='inputDocumentEmpty', }