Link Search Menu Expand Document

Constructor: stickerSetFullCovered

Back to constructors index

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:

NameTypeRequiredDescription
setStickerSetYesStickerset
packsArray of StickerPackYesEmoji information about every sticker in the stickerset
keywordsArray of StickerKeywordYesKeywords for some or every sticker in the stickerset.
documentsArray of DocumentYesStickers

Type: StickerSetCovered

Example:

$stickerSetFullCovered = ['_' => 'stickerSetFullCovered', 'set' => StickerSet, 'packs' => [StickerPack, StickerPack], 'keywords' => [StickerKeyword, StickerKeyword], 'documents' => [Document, Document]];