Sha256: b5ee20e37aa38cd2f0b29cf4834ac80f1c494e1f9ff56f8380c1bee410b0ad68

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

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