Sha256: e4f0d95b301cf4e8cd515f185f99cd335269964566ac5ef3dd96129a472cb30b

Contents?: true

Size: 302 Bytes

Versions: 6

Compression:

Stored size: 302 Bytes

Contents

module TD::Types
  # The call has ended with an error.
  #
  # @attr error [TD::Types::Error] Error.
  #   An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.
  class CallState::Error < CallState
    attribute :error, TD::Types::Error
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/call_state/error.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/call_state/error.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/call_state/error.rb
tdlib-ruby-2.2.0 lib/tdlib/types/call_state/error.rb
tdlib-ruby-2.1.0 lib/tdlib/types/call_state/error.rb
tdlib-ruby-2.0.0 lib/tdlib/types/call_state/error.rb