mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
733 B
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
Just the stickerset information, with no previews.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
set | StickerSet | Yes | Stickerset information. |
Type: StickerSetCovered
Example:
$stickerSetNoCovered = ['_' => 'stickerSetNoCovered', 'set' => StickerSet];