Interface UpdateGroupCallParticipants

The list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only. Subtype of Update.

interface UpdateGroupCallParticipants {
    @type: "updateGroupCallParticipants";
    group_call_id: number;
    participant_user_ids: string[];
}

Properties

@type: "updateGroupCallParticipants"
group_call_id: number

Identifier of the group call.

participant_user_ids: string[]

New list of group call participant user identifiers. The identifiers may be invalid or the corresponding users may be unknown. The participants must be shown in the list of group call participants even there is no information about them.