mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
26 lines
576 B
Markdown
26 lines
576 B
Markdown
---
|
|
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], ];
|
|
``` |