1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
messages.recentStickers | Recent stickers | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.recentStickers
Recent stickers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | Hash |
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}}