Class: TD::Types::Update::GroupCallParticipant
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::GroupCallParticipant
- Defined in:
- lib/tdlib/types/update/group_call_participant.rb
Overview
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or
being joined.
Instance Attribute Summary collapse
-
#group_call_id ⇒ Integer
Identifier of group call.
-
#participant ⇒ TD::Types::GroupCallParticipant
New data about a participant.
Method Summary
Methods inherited from Base
Instance Attribute Details
#group_call_id ⇒ Integer
Identifier of group call.
8 9 10 |
# File 'lib/tdlib/types/update/group_call_participant.rb', line 8 def group_call_id @group_call_id end |
#participant ⇒ TD::Types::GroupCallParticipant
New data about a participant.
8 9 10 |
# File 'lib/tdlib/types/update/group_call_participant.rb', line 8 def participant @participant end |