MadelineProtoDocs/old_docs/API_docs_v105/constructors/stickerPack.md
2019-09-13 17:13:55 +02:00

735 B

title description image
stickerPack Sticker pack https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: stickerPack

Back to constructors index

Sticker pack

Attributes:

Name Type Required Description
emoticon string Yes Emoticon
documents Array of long Yes Documents

Type: StickerPack

Example:

$stickerPack = ['_' => 'stickerPack', 'emoticon' => 'string', 'documents' => [long, long]];

Or, if you're into Lua:

stickerPack={_='stickerPack', emoticon='string', documents={long}}