966 B
966 B
title | description | image |
---|---|---|
foundGifCached | Found gif cached | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: foundGifCached
Found gif cached
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
photo | Photo | Optional | Photo |
document | Document | Optional | Document |
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}