Class TdApi.GetStatisticalGraph

Enclosing class:
TdApi

public static class TdApi.GetStatisticalGraph
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details