Sha256: d68f4be7ad8968e4bb81a8a84d4d630166da759846ef0a7a562cf2970c78ecad

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/statistical_graph/async.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/statistical_graph/async.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/statistical_graph/async.rb