MadelineProtoDocs/old_docs/API_docs_v14/constructors/messages.foundGifs.md

938 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

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 Found GIFs

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