MadelineProto/docs/API_docs/constructors/foundGifCached.md
2016-12-19 19:48:27 +03:00

451 B

Constructor: foundGifCached

Attributes:

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

Type: FoundGif

Example:

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