Class: TD::Types::StatisticalGraph::Error

Inherits:
TD::Types::StatisticalGraph show all
Defined in:
lib/tdlib/types/statistical_graph/error.rb

Overview

An error message to be shown to the user instead of the graph.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#error_messageTD::Types::String

The error message.

Returns:

  • (TD::Types::String)

    the current value of error_message



5
6
7
# File 'lib/tdlib/types/statistical_graph/error.rb', line 5

def error_message
  @error_message
end