Class: TD::Types::CallState::Error

Inherits:
TD::Types::CallState show all
Defined in:
lib/tdlib/types/call_state/error.rb

Overview

The call has ended with an error.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#errorTD::Types::Error

Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.

Returns:



6
7
8
# File 'lib/tdlib/types/call_state/error.rb', line 6

def error
  @error
end