MadelineProtoDocs/old_docs/API_docs_v14/constructors/foundGifCached.md

851 B

title description image
foundGifCached Found cached results https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: foundGifCached

Back to constructors index

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}