InternalLinkTypeChatFolderInvite constructor
const
InternalLinkTypeChatFolderInvite({})
The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link
Implementation
const InternalLinkTypeChatFolderInvite({
required this.inviteLink,
this.extra,
this.clientId,
});