MadelineProtoDocs/docs/API_docs/constructors/stickerPack.md

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}}