Class: TD::Types::StatisticalGraph::Async

Inherits:
TD::Types::StatisticalGraph show all
Defined in:
lib/tdlib/types/statistical_graph/async.rb

Overview

The graph data to be asynchronously loaded through getStatisticalGraph.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#tokenTD::Types::String

The token to use for data loading.

Returns:

  • (TD::Types::String)

    the current value of token



5
6
7
# File 'lib/tdlib/types/statistical_graph/async.rb', line 5

def token
  @token
end