Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>stats_loadAsyncGraph_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class stats_loadAsyncGraph_
extends Function_<enums.StatsGraph>
import { stats_loadAsyncGraph_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Load channel statistics graph asynchronously

Constructors

new
stats_loadAsyncGraph_(params: { token: string; x?: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
token: string

Graph token from statsGraphAsync constructor

optional
x: bigint

Zoom value, if required

Static Properties

__F: (params: { token: string; x?: bigint; }) => enums.StatsGraph
readonly
[name]: string
readonly
[paramDesc]: ParamDesc