Class: TD::Types::StatisticalGraph::Data
- Inherits:
-
TD::Types::StatisticalGraph
- Object
- Dry::Struct
- Base
- TD::Types::StatisticalGraph
- TD::Types::StatisticalGraph::Data
- Defined in:
- lib/tdlib/types/statistical_graph/data.rb
Overview
A graph data.
Instance Attribute Summary collapse
-
#json_data ⇒ TD::Types::String
Graph data in JSON format.
-
#zoom_token ⇒ TD::Types::String
If non-empty, a token which can be used to receive a zoomed in graph.
Method Summary
Methods inherited from Base
Instance Attribute Details
#json_data ⇒ TD::Types::String
Graph data in JSON format.
6 7 8 |
# File 'lib/tdlib/types/statistical_graph/data.rb', line 6 def json_data @json_data end |
#zoom_token ⇒ TD::Types::String
If non-empty, a token which can be used to receive a zoomed in graph.
6 7 8 |
# File 'lib/tdlib/types/statistical_graph/data.rb', line 6 def zoom_token @zoom_token end |