Module tdlight.api

Class TdApi.StatisticalGraphAsync

Enclosing class:
TdApi

public static final class TdApi.StatisticalGraphAsync extends TdApi.StatisticalGraph
The graph data to be asynchronously loaded through getStatisticalGraph.
  • Field Details

    • token

      public String token
      The token to use for data loading.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • StatisticalGraphAsync

      public StatisticalGraphAsync()
      The graph data to be asynchronously loaded through getStatisticalGraph.
    • StatisticalGraphAsync

      public StatisticalGraphAsync(String token)
      The graph data to be asynchronously loaded through getStatisticalGraph.
      Parameters:
      token - String The token to use for data loading.
    • StatisticalGraphAsync

      public StatisticalGraphAsync(DataInput input) throws IOException
      The graph data to be asynchronously loaded through getStatisticalGraph.
      Throws:
      IOException
  • Method Details