Interface InviteVideoChatParticipants

Invites users to an active video chat. Sends a service message of the type messageInviteVideoChatParticipants to the chat bound to the group call. Request type for Tdjson#inviteVideoChatParticipants.

interface InviteVideoChatParticipants {
    @type: "inviteVideoChatParticipants";
    group_call_id: number;
    user_ids: number[];
}

Properties

@type: "inviteVideoChatParticipants"
group_call_id: number

Group call identifier.

user_ids: number[]

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