Sha256: c1b4e8cbb904c52d1732e867a6340488c5d80fc4dd5d8803d8c1985943426139

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

module TD::Types
  # An error message to be shown to the user instead of the graph.
  #
  # @attr error_message [TD::Types::String] The error message.
  class StatisticalGraph::Error < StatisticalGraph
    attribute :error_message, 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/error.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/statistical_graph/error.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/statistical_graph/error.rb