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

733 B

title description nav_exclude image
stickerSetNoCovered Just the stickerset information, with no previews. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: stickerSetNoCovered

Back to constructors index

Just the stickerset information, with no previews.

Attributes:

Name Type Required Description
set StickerSet Yes Stickerset information.

Type: StickerSetCovered

Example:

$stickerSetNoCovered = ['_' => 'stickerSetNoCovered', 'set' => StickerSet];