Invite constructor
Invite({})
Implementation
Invite(
{required this.type,
required this.code,
required this.maxAge,
required this.maxUses,
required this.inviterId,
required this.isTemporary,
required this.createdAt,
this.serverId,
this.channelId,
this.expiresAt});