Link Search Menu Expand Document

Constructor: messages.recentStickers

Back to constructors index

Recently used stickers

Attributes:

NameTypeRequiredDescription
hashlongYesHash for pagination, for more info click here
packsArray of StickerPackYesEmojis associated to stickers
stickersArray of DocumentYesRecent stickers
datesArray of intYesWhen was each sticker last used

Type: messages.RecentStickers

Example:

$messages_recentStickers = ['_' => 'messages.recentStickers', 'hash' => long, 'packs' => [StickerPack, StickerPack], 'stickers' => [Document, Document], 'dates' => [int, int]];