Class: TD::Types::StatisticalGraph::Async
- Inherits:
-
TD::Types::StatisticalGraph
- Object
- Dry::Struct
- Base
- TD::Types::StatisticalGraph
- TD::Types::StatisticalGraph::Async
- Defined in:
- lib/tdlib/types/statistical_graph/async.rb
Overview
The graph data to be asynchronously loaded through getStatisticalGraph.
Instance Attribute Summary collapse
-
#token ⇒ TD::Types::String
The token to use for data loading.
Method Summary
Methods inherited from Base
Instance Attribute Details
#token ⇒ TD::Types::String
The token to use for data loading.
5 6 7 |
# File 'lib/tdlib/types/statistical_graph/async.rb', line 5 def token @token end |