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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StickerSet_
extends _StickerSet_
import { StickerSet_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
StickerSet_(params: { archived?: true; official?: true; masks?: true; animated?: true; videos?: true; emojis?: true; text_color?: true; installed_date?: number; id: bigint; access_hash: bigint; title: string; short_name: string; thumbs?: Array<enums.PhotoSize>; thumb_dc_id?: number; thumb_version?: number; thumb_document_id?: bigint; count: number; hash: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
access_hash: bigint
optional
animated: true
optional
archived: true
count: number
optional
emojis: true
hash: number
id: bigint
optional
installed_date: number
optional
masks: true
optional
official: true
short_name: string
optional
text_color: true
optional
thumb_dc_id: number
optional
thumb_document_id: bigint
optional
thumb_version: number
optional
thumbs: Array<enums.PhotoSize>
title: string
optional
videos: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc