935 B
935 B
title | description | image | redirect_from |
---|---|---|---|
messages.foundGifs | Found GIFs | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_foundGifs.html |
Constructor: messages.foundGifs
Found GIFs
Attributes:
Name | Type | Required | Description |
---|---|---|---|
next_offset | int | Yes | Next offset to use when trying to load more results |
results | Array of FoundGif | Yes | Results |
Type: messages.FoundGifs
Example:
$messages.foundGifs = ['_' => 'messages.foundGifs', 'next_offset' => int, 'results' => [FoundGif, FoundGif]];
Or, if you're into Lua:
messages.foundGifs={_='messages.foundGifs', next_offset=int, results={FoundGif}}