MadelineProtoDocs/old_docs/API_docs_v30/constructors/messages.favedStickers.md

1.0 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
packs Array of StickerPack Yes Emojis associated to stickers
stickers Array of Document Yes Favorited 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}}