Layer 227
StickerSetFullCovered
Stickerset preview with all stickers of the stickerset included. Currently used only for custom emoji stickersets, to avoid a further call to messages. get Sticker Set.
constructor
stickerSetFullCovered#40d13c0e set:StickerSet packs:Vector<StickerPack> keywords:Vector<StickerKeyword> documents:Vector<Document> = StickerSetCovered;
Parameters
| Name | Type | Description |
|---|---|---|
| Set | StickerSet | Stickerset |
| Packs | Vector < StickerPack > | Emoji information about every sticker in the stickerset |
| Keywords | Vector < StickerKeyword > | Keywords for some or every sticker in the stickerset. |
| Documents | Vector < Document > | Stickers |
Returns
StickerSetCoveredGogram Example
// Creating StickerSetFullCovered constructor obj := &tg.StickerSetFullCovered{ Set: &tg.StickerSet{}, Packs: &tg.VectorStickerPack{}, Keywords: &tg.VectorStickerKeyword{}, Documents: &tg.VectorDocument{}, }