MadelineProto/docs/API_docs/constructors/foundGif.md

750 B

title description
foundGif foundGif attributes, type and example

Constructor: foundGif

Back to constructors index

Attributes:

Name Type Required
url string Required
thumb_url string Required
content_url string Required
content_type string Required
w int Required
h int Required

Type: FoundGif

Example:

$foundGif = ['_' => 'foundGif', 'url' => string, 'thumb_url' => string, 'content_url' => string, 'content_type' => string, 'w' => int, 'h' => int, ];