mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
930 B
930 B
title | description | nav_exclude | image |
---|---|---|---|
stickerPack | A stickerpack is a group of stickers associated to the same emoji. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: stickerPack
A stickerpack is a group of stickers associated to the same emoji.
It is not a sticker pack the way it is usually intended, you may be looking for a StickerSet.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emoticon | string | Yes | Emoji |
documents | Array of long | Yes | Stickers |
Type: StickerPack
Example:
$stickerPack = ['_' => 'stickerPack', 'emoticon' => 'string', 'documents' => [long, long]];