mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:14:40 +01:00
543 B
543 B
title | description |
---|---|
inputEncryptedFileEmpty | inputEncryptedFileEmpty attributes, type and example |
Constructor: inputEncryptedFileEmpty
Type: InputEncryptedFile
Example:
$inputEncryptedFileEmpty = ['_' => 'inputEncryptedFileEmpty'];
PWRTelegram json-encoded version:
{"_": "inputEncryptedFileEmpty"}
Or, if you're into Lua:
inputEncryptedFileEmpty={_='inputEncryptedFileEmpty'}