Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.StatsGraphError
extends VirtualClass<{ error: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { StatsGraphError } = tl.Api;

Properties

className: "StatsGraphError"
classType: "constructor"
CONSTRUCTOR_ID: 3202127906
error: string
SUBCLASS_OF_ID: 2609918291

Static Methods

fromReader(reader: Reader): StatsGraphError