MadelineProto/old_docs/API_docs_v51/constructors/foundGif.md

32 lines
750 B
Markdown
Raw Normal View History

---
title: foundGif
description: foundGif attributes, type and example
---
## Constructor: foundGif
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|url|[string](../types/string.md) | Required|
|thumb\_url|[string](../types/string.md) | Required|
|content\_url|[string](../types/string.md) | Required|
|content\_type|[string](../types/string.md) | Required|
|w|[int](../types/int.md) | Required|
|h|[int](../types/int.md) | Required|
### Type: [FoundGif](../types/FoundGif.md)
### Example:
```
$foundGif = ['_' => 'foundGif', 'url' => string, 'thumb_url' => string, 'content_url' => string, 'content_type' => string, 'w' => int, 'h' => int, ];
```