mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 22:07:46 +01:00
626 B
626 B
Constructor: foundGif
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:
Example:
$foundGif = ['_' => foundGif', 'url' => string, 'thumb_url' => string, 'content_url' => string, 'content_type' => string, 'w' => int, 'h' => int, ];