Sha256: a548a63ceeee1e9e104e4c6a82d82f14ecae50bd6885e348ae33ad6f8ed85ca9
Contents?: true
Size: 540 Bytes
Versions: 6
Compression:
Stored size: 540 Bytes
Contents
module TD::Types # The call has ended successfully. # # @attr reason [TD::Types::CallDiscardReason] The reason, why the call has ended. # @attr need_rating [Boolean] True, if the call rating should be sent to the server. # @attr need_debug_information [Boolean] True, if the call debug information should be sent to the server. class CallState::Discarded < CallState attribute :reason, TD::Types::CallDiscardReason attribute :need_rating, TD::Types::Bool attribute :need_debug_information, TD::Types::Bool end end
Version data entries
6 entries across 6 versions & 2 rubygems