mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.recentStickers | Recently used stickers | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_recentStickers.html |
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]];