969 B
969 B
title | description | image |
---|---|---|
messages.foundStickerSets | Found stickersets | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.foundStickerSets
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}}