Interface GetVideoChatInviteLink

Returns invite link to a video chat in a public chat. Request type for Tdjson#getVideoChatInviteLink.

interface GetVideoChatInviteLink {
    @type: "getVideoChatInviteLink";
    can_self_unmute?: boolean;
    group_call_id: number;
}

Properties

@type: "getVideoChatInviteLink"
can_self_unmute?: boolean

Pass true if the invite link needs to contain an invite hash, passing which to joinVideoChat would allow the invited user to unmute themselves. Requires groupCall.can_be_managed right.

group_call_id: number

Group call identifier.