Interface GroupCallParticipants

Contains identifiers of group call participants.

interface GroupCallParticipants {
    @type: "groupCallParticipants";
    participant_ids: MessageSender[];
    total_count: number;
}

Properties

@type: "groupCallParticipants"
participant_ids: MessageSender[]

Identifiers of the participants.

total_count: number

Total number of group call participants.