MadelineProto/docs/API_docs/constructors/foundGif.md
2016-12-30 23:21:36 +03:00

30 lines
746 B
Markdown

---
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, ];
```