581 B
581 B
title | description | image |
---|---|---|
storage.fileUnknown | storage_fileUnknown attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: storage.fileUnknown
Type: storage_FileType
Example:
$storage_fileUnknown = ['_' => 'storage.fileUnknown'];
PWRTelegram json-encoded version:
{"_": "storage.fileUnknown"}
Or, if you're into Lua:
storage_fileUnknown={_='storage.fileUnknown'}