mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
890 B
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
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]];