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