ChatFolderInviteLink constructor
const
ChatFolderInviteLink({})
Contains a chat folder invite link
Implementation
const ChatFolderInviteLink({
required this.inviteLink,
required this.name,
required this.chatIds,
this.extra,
this.clientId,
});