Constructor: messages.favedStickers
Favorited stickers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | long | Yes | Hash for pagination, for more info click here |
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' => long, 'packs' => [StickerPack, StickerPack], 'stickers' => [Document, Document]];