Class TdApi.StatisticalGraphAsync

  • Enclosing class:
    TdApi

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

      • token

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - The token to use for data loading.