Constructor: messages.recentStickers
Recently used 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 | Recent stickers |
dates | Array of int | Yes | When was each sticker last used |
Type: messages.RecentStickers
Example:
$messages_recentStickers = ['_' => 'messages.recentStickers', 'hash' => long, 'packs' => [StickerPack, StickerPack], 'stickers' => [Document, Document], 'dates' => [int, int]];