Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>StickerSetFullCovered_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StickerSetFullCovered_
import { StickerSetFullCovered_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Stickerset preview with all stickers of the stickerset included.
Currently used only for custom emoji stickersets, to avoid a further call to messages.getStickerSet.

Constructors

new
StickerSetFullCovered_(params: { set: enums.StickerSet; packs: Array<enums.StickerPack>; keywords: Array<enums.StickerKeyword>; documents: Array<enums.Document>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
documents: Array<enums.Document>

Stickers

keywords: Array<enums.StickerKeyword>

Keywords for some or every sticker in the stickerset.

packs: Array<enums.StickerPack>

Emoji information about every sticker in the stickerset

set: enums.StickerSet

Stickerset

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc