Skip to main content
Module

x/grm/mod.ts>tl.Api.StickerSet

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.StickerSet
extends VirtualClass<{ archived?: boolean; official?: boolean; masks?: boolean; animated?: boolean; videos?: boolean; emojis?: boolean; installedDate?: int; id: long; accessHash: long; title: string; shortName: string; thumbs?: Api.TypePhotoSize[]; thumbDcId?: int; thumbVersion?: int; thumbDocumentId?: long; count: int; hash: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { StickerSet } = tl.Api;

Properties

accessHash: long
optional
animated: boolean
optional
archived: boolean
className: "StickerSet"
classType: "constructor"
CONSTRUCTOR_ID: 768691932
count: int
optional
emojis: boolean
hash: int
id: long
optional
installedDate: int
optional
masks: boolean
optional
official: boolean
shortName: string
SUBCLASS_OF_ID: 3134455697
optional
thumbDcId: int
optional
thumbDocumentId: long
optional
thumbs: Api.TypePhotoSize[]
optional
thumbVersion: int
title: string
optional
videos: boolean