MadelineProtoDocs/docs/API_docs/constructors/messages.foundStickerSets.md

1.0 KiB

title description image redirect_from
messages.foundStickerSets Found stickersets https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_foundStickerSets.html

Constructor: messages.foundStickerSets

Back to constructors index

Found stickersets

Attributes:

Name Type Required Description
hash int Yes Hash for pagination, for more info click here
sets Array of StickerSetCovered Yes Sets

Type: messages.FoundStickerSets

Example:

$messages.foundStickerSets = ['_' => 'messages.foundStickerSets', 'hash' => int, 'sets' => [StickerSetCovered, StickerSetCovered]];

Or, if you're into Lua:

messages.foundStickerSets={_='messages.foundStickerSets', hash=int, sets={StickerSetCovered}}