MadelineProtoDocs/old_docs/API_docs_v102/constructors/foundGifCached.md
2019-06-24 15:45:02 +02:00

816 B

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

Constructor: foundGifCached

Back to constructors index

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];

Or, if you're into Lua:

foundGifCached={_='foundGifCached', url='string', photo=Photo, document=Document}