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

546 B

title description
inputEncryptedFileEmpty inputEncryptedFileEmpty attributes, type and example

Constructor: inputEncryptedFileEmpty

Back to constructors index

Type: InputEncryptedFile

Example:

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

PWRTelegram json-encoded version:

{"_":"inputEncryptedFileEmpty"}

Or, if you're into Lua:

inputEncryptedFileEmpty={_='inputEncryptedFileEmpty', }