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>StickerPack_

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

A stickerpack is a group of stickers associated to the same emoji.
It is*not** a sticker pack the way it is usually intended, you may be looking for a StickerSet.

Constructors

new
StickerPack_(params: { emoticon: string; documents: Array<bigint>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
documents: Array<bigint>

Stickers

emoticon: string

Emoji

Static Properties

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