Interface RevokeGroupCallInviteLink

Revokes invite link for a group call. Requires groupCall.can_be_managed right for video chats or groupCall.is_owned otherwise. Request type for Tdjson#revokeGroupCallInviteLink.

interface RevokeGroupCallInviteLink {
    @type: "revokeGroupCallInviteLink";
    group_call_id: number;
}

Properties

Properties

@type: "revokeGroupCallInviteLink"
group_call_id: number

Group call identifier.