MadelineProto/docs/API_docs/constructors/foundGifCached.md

427 B

Constructor: foundGifCached

Attributes:

Name Type Required
url string Required
photo Photo Required
document Document Required

Type: FoundGif

Example:

$foundGifCached = ['url' => string, 'photo' => Photo, 'document' => Document, ];