MadelineProto/old_docs/API_docs_v53/constructors/messages_foundGifs.md

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