925 B
925 B
title | description | image |
---|---|---|
foundGifCached | foundGifCached attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: foundGifCached
Attributes:
Name | Type | Required |
---|---|---|
url | string | Yes |
photo | Photo | Optional |
document | Document | Optional |
Type: FoundGif
Example:
$foundGifCached = ['_' => 'foundGifCached', 'url' => 'string', 'photo' => Photo, 'document' => Document];
PWRTelegram json-encoded version:
{"_": "foundGifCached", "url": "string", "photo": Photo, "document": Document}
Or, if you're into Lua:
foundGifCached={_='foundGifCached', url='string', photo=Photo, document=Document}