MadelineProto/old_docs/API_docs_v44/constructors/messages_foundGifs.md

28 lines
579 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: messages.foundGifs
description: messages_foundGifs attributes, type and example
---
2017-01-19 23:02:27 +01:00
## 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:
```
2017-01-19 23:02:27 +01:00
$messages_foundGifs = ['_' => 'messages.foundGifs', 'next_offset' => int, 'results' => [Vector t], ];
```