930 B
930 B
title | description | image | redirect_from |
---|---|---|---|
messages.stickers | Found stickers | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_stickers.html |
Constructor: messages.stickers
Found stickers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | Hash for pagination, for more info click here |
stickers | Array of Document | Yes | Stickers |
Type: messages.Stickers
Example:
$messages.stickers = ['_' => 'messages.stickers', 'hash' => int, 'stickers' => [Document, Document]];
Or, if you're into Lua:
messages.stickers={_='messages.stickers', hash=int, stickers={Document}}