MadelineProtoDocs/docs/API_docs/constructors/messages.stickers.md
2024-05-01 14:53:46 +02:00

890 B

title description nav_exclude image redirect_from
messages.stickers Found stickers true 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 long Yes Hash for pagination, for more info click here
stickers Array of Document Yes Stickers

Type: messages.Stickers

Example:

$messages_stickers = ['_' => 'messages.stickers', 'hash' => long, 'stickers' => [Document, Document]];