Class TdApi.GetStatisticalGraph

Enclosing class:
TdApi

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

Returns StatisticalGraph

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    The token for graph loading.
    long
    X-value for zoomed in graph or 0 otherwise.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which loads an asynchronous or a zoomed in statistical graph.
    GetStatisticalGraph(long chatId, String token, long x)
    Creates a function, which loads an asynchronous or a zoomed in statistical graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetStatisticalGraph

      public GetStatisticalGraph()
      Default constructor for a function, which loads an asynchronous or a zoomed in statistical graph.

      Returns StatisticalGraph

    • GetStatisticalGraph

      public GetStatisticalGraph(long chatId, String token, long x)
      Creates a function, which loads an asynchronous or a zoomed in statistical graph.

      Returns StatisticalGraph

      Parameters:
      chatId - Chat identifier.
      token - The token for graph loading.
      x - X-value for zoomed in graph or 0 otherwise.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR