mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 05:38:17 +01:00
16 lines
436 B
Markdown
16 lines
436 B
Markdown
## Constructor: messages\_foundGifs
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|next\_offset|[int](../types/int.md) | Required|
|
|
|results|Array of [FoundGif](../types/FoundGif.md) | Required|
|
|
### Type:
|
|
|
|
[messages\_FoundGifs](../types/messages_FoundGifs.md)
|
|
### Example:
|
|
|
|
```
|
|
$messages_foundGifs = ['_' => messages_foundGifs', 'next_offset' => int, 'results' => [Vector t], ];
|
|
``` |