Module tdlight.api

Class TdApi.GetStatisticalGraph

Enclosing class:
TdApi

public static final class TdApi.GetStatisticalGraph extends TdApi.Function<TdApi.StatisticalGraph>
Loads an asynchronous or a zoomed in statistical graph. Returns StatisticalGraph
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • token

      public String token
      The token for graph loading.
    • x

      public long x
      X-value for zoomed in graph or 0 otherwise.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetStatisticalGraph

      public GetStatisticalGraph()
      Loads an asynchronous or a zoomed in statistical graph. Returns StatisticalGraph
    • GetStatisticalGraph

      public GetStatisticalGraph(long chatId, String token, long x)
      Loads an asynchronous or a zoomed in statistical graph. Returns StatisticalGraph
      Parameters:
      chatId - long Chat identifier.
      token - String The token for graph loading.
      x - long X-value for zoomed in graph or 0 otherwise.
    • GetStatisticalGraph

      public GetStatisticalGraph(DataInput input) throws IOException
      Loads an asynchronous or a zoomed in statistical graph. Returns StatisticalGraph
      Throws:
      IOException
  • Method Details