Link Search Menu Expand Document

Constructor: messages.favedStickers

Back to constructors index

Favorited stickers

Attributes:

NameTypeRequiredDescription
hashlongYesHash for pagination, for more info click here
packsArray of StickerPackYesEmojis associated to stickers
stickersArray of DocumentYesFavorited stickers

Type: messages.FavedStickers

Example:

$messages_favedStickers = ['_' => 'messages.favedStickers', 'hash' => long, 'packs' => [StickerPack, StickerPack], 'stickers' => [Document, Document]];