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

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

Back to constructors index

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]];