MadelineProtoDocs/old_docs/API_docs_v81/constructors/messages_foundStickerSets.md
2018-07-12 20:24:55 +02:00

996 B

title description image
messages.foundStickerSets messages_foundStickerSets attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.foundStickerSets

Back to constructors index

Attributes:

Name Type Required
hash int Yes
sets Array of StickerSetCovered Yes

Type: messages_FoundStickerSets

Example:

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

PWRTelegram json-encoded version:

{"_": "messages.foundStickerSets", "hash": int, "sets": [StickerSetCovered]}

Or, if you're into Lua:

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