Invite constructor
Invite()
Implementation
Invite(
this._type,
this._uses,
this._temporary,
this._maxUses,
this._maxAge,
this._inviterId,
this._targetUserId,
this._guildId,
this._expiresAt,
this._createdAt,
this._code,
this._channelId,
this._targetType,
);