MadelineProtoDocs/old_docs/API_docs_v41/constructors/messages.stickers.md

827 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

Back to constructors index

Found stickers

Attributes:

Name Type Required Description
hash int Yes
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}}