Class TdApi.GetStatisticalGraph

    • Field Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.