ChatInviteLink constructor
ChatInviteLink({})
Implementation
ChatInviteLink({
required this.inviteLink,
required this.creator,
required this.createsJoinRequest,
required this.isPrimary,
required this.isRevoked,
this.name,
this.expireDate,
this.memberLimit,
this.pendingJoinRequestCount,
});