947 B
947 B
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
Found stickersets
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | |
sets | Array of StickerSetCovered | Yes | Found stickersets |
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}}