Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

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