mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
32 lines
891 B
Markdown
32 lines
891 B
Markdown
---
|
|
title: "messages.savedGifs"
|
|
description: "Saved gifs"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_savedGifs.html
|
|
---
|
|
# Constructor: messages.savedGifs
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Saved gifs
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|hash|[long](/API_docs/types/long.html) | Yes|[Hash for pagination, for more info click here](https://core.telegram.org/api/offsets#hash-generation)|
|
|
|gifs|Array of [Document](/API_docs/types/Document.html) | Yes|List of saved gifs|
|
|
|
|
|
|
|
|
### Type: [messages.SavedGifs](/API_docs/types/messages.SavedGifs.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_savedGifs = ['_' => 'messages.savedGifs', 'hash' => long, 'gifs' => [Document, Document]];
|
|
```
|