Interface CheckChatInviteLink

Checks the validity of an invite link for a chat and returns information about the corresponding chat. Request type for Tdjson#checkChatInviteLink.

interface CheckChatInviteLink {
    @type: "checkChatInviteLink";
    invite_link: string;
}

Properties

Properties

@type: "checkChatInviteLink"
invite_link: string

Invite link to be checked.