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