Constructor: stickerSetFullCovered
Stickerset preview with all stickers of the stickerset included.
Currently used only for custom emoji stickersets, to avoid a further call to messages.getStickerSet.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
set | StickerSet | Yes | Stickerset |
packs | Array of StickerPack | Yes | Emoji information about every sticker in the stickerset |
keywords | Array of StickerKeyword | Yes | Keywords for some or every sticker in the stickerset. |
documents | Array of Document | Yes | Stickers |
Type: StickerSetCovered
Example:
$stickerSetFullCovered = ['_' => 'stickerSetFullCovered', 'set' => StickerSet, 'packs' => [StickerPack, StickerPack], 'keywords' => [StickerKeyword, StickerKeyword], 'documents' => [Document, Document]];