--- title: "stickerSetNoCovered" description: "Just the stickerset information, with no previews." nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: stickerSetNoCovered [Back to constructors index](/API_docs/constructors/index.html) Just the stickerset information, with no previews. ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |set|[StickerSet](/API_docs/types/StickerSet.html) | Yes|Stickerset information.| ### Type: [StickerSetCovered](/API_docs/types/StickerSetCovered.html) ### Example: ``` $stickerSetNoCovered = ['_' => 'stickerSetNoCovered', 'set' => StickerSet]; ```