Skip to main content
Module

x/grm/mod.ts>Api.StickerPack

MTProto API Client for Deno 🦕
Go to Latest
class Api.StickerPack
extends VirtualClass<{ emoticon: string; documents: long[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { StickerPack } = Api;

Properties

className: "StickerPack"
classType: "constructor"
CONSTRUCTOR_ID: 313694676
documents: long[]
emoticon: string
SUBCLASS_OF_ID: 2683282644

Static Methods

fromReader(reader: Reader): StickerPack