Sha256: 8e76fd6492676678d4f5ca9e52fc0f06e99d6a06d72c30c822441e6bea88e783

Contents?: true

Size: 344 Bytes

Versions: 1

Compression:

Stored size: 344 Bytes

Contents

module TD::Types
  # A graph data.
  #
  # @attr json_data [String] Graph data in JSON format.
  # @attr zoom_token [String] If non-empty, a token which can be used to receive a zoomed in graph.
  class StatisticalGraph::Data < StatisticalGraph
    attribute :json_data, TD::Types::String
    attribute :zoom_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/data.rb