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

848 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 string Yes Hash
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}}