Class: TD::Types::CallState::Discarded
- Inherits:
-
TD::Types::CallState
- Object
- Dry::Struct
- Base
- TD::Types::CallState
- TD::Types::CallState::Discarded
- Defined in:
- lib/tdlib/types/call_state/discarded.rb
Overview
The call has ended successfully.
Instance Attribute Summary collapse
-
#need_debug_information ⇒ Boolean
True, if the call debug information must be sent to the server.
-
#need_log ⇒ Boolean
True, if the call log must be sent to the server.
-
#need_rating ⇒ Boolean
True, if the call rating must be sent to the server.
-
#reason ⇒ TD::Types::CallDiscardReason
The reason why the call has ended.
Method Summary
Methods inherited from Base
Instance Attribute Details
#need_debug_information ⇒ Boolean
True, if the call debug information must be sent to the server.
8 9 10 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 8 def need_debug_information @need_debug_information end |
#need_log ⇒ Boolean
True, if the call log must be sent to the server.
8 9 10 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 8 def need_log @need_log end |
#need_rating ⇒ Boolean
True, if the call rating must be sent to the server.
8 9 10 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 8 def @need_rating end |
#reason ⇒ TD::Types::CallDiscardReason
The reason why the call has ended.
8 9 10 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 8 def reason @reason end |