Raw.stats.LoadAsyncGraph

Raw.stats.LoadAsyncGraph

Load channel statistics graph asynchronously

stats.loadAsyncGraph#621d5fa0 flags:# token:string x:flags.0?long = StatsGraph;
export namespace Raw {
  export namespace stats {
    export class LoadAsyncGraph {
      constructor(params: { token: string; x?: bigint }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x621d5fa0

Property

  • token : string

    Graph token from statsgraphasync constructor

  • x : bigint or undefined

    Zoom value, if required

Results

Raw.TypeStatsGraph