MadelineProto/old_docs/API_docs_v57/constructors/inputEncryptedFileEmpty.md
2017-07-23 16:33:46 +02:00

543 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'}