Sha256: dc349ea6e64be50f45ff4a6748f60979eed16c48c21a2289912874a6889404b7

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module TD::Types
  # The graph data to be asynchronously loaded through getStatisticalGraph.
  #
  # @attr token [String] The token to use for data loading.
  class StatisticalGraph::Async < StatisticalGraph
    attribute :token, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/statistical_graph/async.rb