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