Interface InviteGroupCallParticipants

Invites users to an active group call. Sends a service message of type messageInviteVideoChatParticipants for video chats. Request type for Tdjson#inviteGroupCallParticipants.

interface InviteGroupCallParticipants {
    @type: "inviteGroupCallParticipants";
    group_call_id: number;
    user_ids: number[];
}

Properties

@type: "inviteGroupCallParticipants"
group_call_id: number

Group call identifier.

user_ids: number[]

User identifiers. At most 10 users can be invited simultaneously.