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