851 B
851 B
title | description | image |
---|---|---|
foundGifCached | Found cached results | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: foundGifCached
Found cached results
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | GIF URL |
photo | Photo | Optional | Thumbnail |
document | Document | Optional | Actual GIF document to send |
Type: FoundGif
Example:
$foundGifCached = ['_' => 'foundGifCached', 'url' => 'string', 'photo' => Photo, 'document' => Document];
Or, if you're into Lua:
foundGifCached={_='foundGifCached', url='string', photo=Photo, document=Document}