MadelineProtoDocs/docs/API_docs/constructors/stickerSetFullCovered.md
2024-05-01 14:53:46 +02:00

1.4 KiB

title description nav_exclude image
stickerSetFullCovered Stickerset preview with all stickers of the stickerset included. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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:

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]];