Interface InternalLinkTypeChatFolderInvite

The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link. If the link is valid and the user wants to join the chat folder, then call addChatFolderByInviteLink. Subtype of InternalLinkType.

interface InternalLinkTypeChatFolderInvite {
    @type: "internalLinkTypeChatFolderInvite";
    invite_link: string;
}

Properties

Properties

@type: "internalLinkTypeChatFolderInvite"
invite_link: string

Internal representation of the invite link.