Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.messages.StickerSet
extends VirtualClass<{ set: Api.TypeStickerSet; packs: Api.TypeStickerPack[]; documents: Api.TypeDocument[]; }>
import { tl } from "https://deno.land/x/grm@0.5.0/mod.ts";
const { StickerSet } = tl.Api.messages;

Properties

className: "messages.StickerSet"
classType: "constructor"
CONSTRUCTOR_ID: 3054118054
documents: Api.TypeDocument[]
packs: Api.TypeStickerPack[]
set: Api.TypeStickerSet
SUBCLASS_OF_ID: 2607827546

Static Methods

fromReader(reader: Reader): StickerSet