822 B
822 B
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 |
stickers | Array of Document | Yes | Stickers |
Type: messages_RecentStickers
Example:
$messages_recentStickers = ['_' => 'messages.recentStickers', 'hash' => int, 'stickers' => [Document, Document]];
Or, if you're into Lua:
messages_recentStickers={_='messages.recentStickers', hash=int, stickers={Document}}