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