Interface CheckChatFolderInviteLink

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

interface CheckChatFolderInviteLink {
    @type: "checkChatFolderInviteLink";
    invite_link: string;
}

Properties

Properties

@type: "checkChatFolderInviteLink"
invite_link: string

Invite link to be checked.