mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.4 KiB
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
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]];