1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
messages.favedStickers | Favorited stickers | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.favedStickers
Favorited stickers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | Hash for pagination, for more info click here |
packs | Array of StickerPack | Yes | Packs |
stickers | Array of Document | Yes | Stickers |
Type: messages_FavedStickers
Example:
$messages_favedStickers = ['_' => 'messages.favedStickers', 'hash' => int, 'packs' => [StickerPack, StickerPack], 'stickers' => [Document, Document]];
Or, if you're into Lua:
messages_favedStickers={_='messages.favedStickers', hash=int, packs={StickerPack}, stickers={Document}}