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

1.1 KiB

title description image redirect_from
messages.favedStickers Favorited stickers https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_favedStickers.html

Constructor: messages.favedStickers

Back to constructors index

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}}