Interface UpdateGroupCallParticipant

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. Subtype of Update.

interface UpdateGroupCallParticipant {
    @type: "updateGroupCallParticipant";
    group_call_id: number;
    participant: GroupCallParticipant;
}

Properties

@type: "updateGroupCallParticipant"
group_call_id: number

Identifier of group call.

New data about a participant.