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 should be sent to the server.
-
#need_rating ⇒ Boolean
True, if the call rating should 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 should be sent to the server.
7 8 9 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 7 def need_debug_information @need_debug_information end |
#need_rating ⇒ Boolean
True, if the call rating should be sent to the server.
7 8 9 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 7 def @need_rating end |
#reason ⇒ TD::Types::CallDiscardReason
The reason, why the call has ended.
7 8 9 |
# File 'lib/tdlib/types/call_state/discarded.rb', line 7 def reason @reason end |