Class: TD::Types::CallState::Pending
- Inherits:
-
TD::Types::CallState
- Object
- Dry::Struct
- Base
- TD::Types::CallState
- TD::Types::CallState::Pending
- Defined in:
- lib/tdlib/types/call_state/pending.rb
Overview
The call is pending, waiting to be accepted by a user.
Instance Attribute Summary collapse
-
#is_created ⇒ Boolean
True, if the call has already been created by the server.
-
#is_received ⇒ Boolean
True, if the call has already been received by the other party.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_created ⇒ Boolean
True, if the call has already been created by the server.
6 7 8 |
# File 'lib/tdlib/types/call_state/pending.rb', line 6 def is_created @is_created end |
#is_received ⇒ Boolean
True, if the call has already been received by the other party.
6 7 8 |
# File 'lib/tdlib/types/call_state/pending.rb', line 6 def is_received @is_received end |