MadelineProtoDocs/old_docs/API_docs_v14/constructors/stickerSetCovered.md

838 B

title description image
stickerSetCovered Stickerset, with a specific sticker as preview https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: stickerSetCovered

Back to constructors index

Stickerset, with a specific sticker as preview

Attributes:

Name Type Required Description
set StickerSet Yes Stickerset
cover Document Optional Preview

Type: StickerSetCovered

Example:

$stickerSetCovered = ['_' => 'stickerSetCovered', 'set' => StickerSet, 'cover' => Document];

Or, if you're into Lua:

stickerSetCovered={_='stickerSetCovered', set=StickerSet, cover=Document}