MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_foundGifs.md
2019-12-27 17:48:04 +01:00

874 B

title description image
messages.foundGifs Found GIFs https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.foundGifs

Back to constructors index

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}}