993 B
993 B
title | description | image |
---|---|---|
messages.stickerSet | Stickerset and stickers inside it | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.stickerSet
Stickerset and stickers inside it
Attributes:
Name | Type | Required | Description |
---|---|---|---|
set | StickerSet | Yes | The stickerset |
packs | Array of StickerPack | Yes | Packs |
documents | Array of Document | Yes | Documents |
Type: messages_StickerSet
Example:
$messages_stickerSet = ['_' => 'messages.stickerSet', 'set' => StickerSet, 'packs' => [StickerPack, StickerPack], 'documents' => [Document, Document]];
Or, if you're into Lua:
messages_stickerSet={_='messages.stickerSet', set=StickerSet, packs={StickerPack}, documents={Document}}