Class: TD::Types::Update::GroupCallParticipant

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#group_call_idInteger

Identifier of group call.

Returns:

  • (Integer)

    the current value of group_call_id



8
9
10
# File 'lib/tdlib/types/update/group_call_participant.rb', line 8

def group_call_id
  @group_call_id
end

#participantTD::Types::GroupCallParticipant

New data about a participant.

Returns:



8
9
10
# File 'lib/tdlib/types/update/group_call_participant.rb', line 8

def participant
  @participant
end