Skip to main content
Module

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

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

Properties

className: "messages.FavedStickers"
classType: "constructor"
CONSTRUCTOR_ID: 750063767
hash: long
packs: Api.TypeStickerPack[]
stickers: Api.TypeDocument[]
SUBCLASS_OF_ID: 2389929913

Static Methods

fromReader(reader: Reader): FavedStickers