4baac3178e
Add PHP, Lua language tag to Code area
552 B
552 B
title | description | image |
---|---|---|
storage.fileGif | storage_fileGif attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: storage.fileGif
Type: storage_FileType
Example:
$storage_fileGif = ['_' => 'storage.fileGif'];
PWRTelegram json-encoded version:
{"_": "storage.fileGif"}
Or, if you're into Lua:
storage_fileGif={_='storage.fileGif'}