1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 23:19:38 +01:00
MadelineProto/docs/API_docs_46/constructors/messages_foundGifs.md

26 lines
576 B
Markdown
Raw Normal View History

---
title: messages_foundGifs
description: messages_foundGifs attributes, type and example
---
## Constructor: messages\_foundGifs
[Back to constructors index](index.md)
### 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], ];
```