mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
691 B
691 B
title | description |
---|---|
messages.foundGifs | messages_foundGifs attributes, type and example |
Constructor: messages.foundGifs
Attributes:
Name | Type | Required |
---|---|---|
next_offset | int | Yes |
results | Array of FoundGif | Yes |
Type: messages_FoundGifs
Example:
$messages_foundGifs = ['_' => 'messages.foundGifs', 'next_offset' => int, 'results' => [FoundGif], ];
Or, if you're into Lua:
messages_foundGifs={_='messages.foundGifs', next_offset=int, results={FoundGif}, }