Skip to main content
Module

x/mtkruto/mod.ts>types.StickerSet

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.StickerSet
import { types } from "https://deno.land/x/mtkruto@0.0.998/mod.ts";
const { StickerSet } = types;

Constructors

new
StickerSet(params: { archived?: true; official?: true; masks?: true; animated?: true; videos?: true; emojis?: true; installedDate?: number; id: bigint; accessHash: bigint; title: string; shortName: string; thumbs?: Array<TypePhotoSize>; thumbDcId?: number; thumbVersion?: number; thumbDocumentId?: bigint; count: number; hash: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
optional
animated: true
optional
archived: true
count: number
optional
emojis: true
hash: number
id: bigint
optional
installedDate: number
optional
masks: true
optional
official: true
shortName: string
optional
thumbDcId: number
optional
thumbDocumentId: bigint
optional
thumbs: Array<TypePhotoSize>
optional
thumbVersion: number
title: string
optional
videos: true

Static Properties

readonly
[paramDesc]: ParamDesc