531 B
531 B
title | description | image |
---|---|---|
secureFileEmpty | Empty secure file | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: secureFileEmpty
Empty secure file
Type: SecureFile
Example:
$secureFileEmpty = ['_' => 'secureFileEmpty'];
PWRTelegram json-encoded version:
{"_": "secureFileEmpty"}
Or, if you're into Lua:
secureFileEmpty={_='secureFileEmpty'}