MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_favedStickers.md
2019-12-27 17:48:04 +01:00

1.0 KiB

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

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