Interface RevokeGroupCallInviteLink

Revokes invite link for a group call. Requires groupCall.can_be_managed group call flag. Request type for Tdjson#revokeGroupCallInviteLink.

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

Properties

Properties

@type: "revokeGroupCallInviteLink"
group_call_id: number

Group call identifier.