MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_recentStickers.md
2019-12-27 17:48:04 +01:00

1.1 KiB

title description image
messages.recentStickers Recently used stickers https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.recentStickers

Back to constructors index

Recently used stickers

Attributes:

Name Type Required Description
hash int Yes Hash for pagination, for more info click here
packs Array of StickerPack Yes Packs
stickers Array of Document Yes Stickers
dates Array of int Yes Dates

Type: messages_RecentStickers

Example:

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

Or, if you're into Lua:

messages_recentStickers={_='messages.recentStickers', hash=int, packs={StickerPack}, stickers={Document}, dates={int}}