Skip to main content
Module

x/grm/mod.ts>Api.messages.AllStickers

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

Properties

className: "messages.AllStickers"
classType: "constructor"
CONSTRUCTOR_ID: 3451637435
hash: long
sets: Api.TypeStickerSet[]
SUBCLASS_OF_ID: 1166231593

Static Methods

fromReader(reader: Reader): AllStickers