mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
809 B
809 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.myStickers | messages.myStickers attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_myStickers.html |
Constructor: messages.myStickers
Attributes:
Name | Type | Required |
---|---|---|
count | int | Yes |
sets | Array of StickerSetCovered | Yes |
Type: messages.MyStickers
Example:
$messages_myStickers = ['_' => 'messages.myStickers', 'count' => int, 'sets' => [StickerSetCovered, StickerSetCovered]];