ReportAdminResponseSchema constructor
const
ReportAdminResponseSchema({
- required String? additionalInfo,
- required SnowflakeType? reporterId,
- required String? reporterTag,
- required String? reporterUsername,
- required String? reporterGlobalName,
- required String? reporterDiscriminator,
- required String? reporterEmail,
- required String? reporterFullLegalName,
- required String? reporterCountryOfResidence,
- required String reportedAt,
- required ReportStatus status,
- required ReportType reportType,
- required String? category,
- required SnowflakeType reportId,
- required SnowflakeType? reportedUserId,
- required String? reportedUserTag,
- required String? reportedUserUsername,
- required String? reportedUserGlobalName,
- required String? reportedUserDiscriminator,
- required String? reportedUserAvatarHash,
- required SnowflakeType? reportedGuildId,
- required String? reportedGuildName,
- required SnowflakeType? reportedMessageId,
- required SnowflakeType? reportedChannelId,
- required String? reportedChannelName,
- required bool? reportedChannelNsfw,
- required String? reportedGuildInviteCode,
- required String? publicComment,
- required SnowflakeType? resolvedByAdminId,
- required NsfwLevel? reportedGuildNsfwLevel,
- required String? resolvedAt,
- bool? reportedChannelNsfwOverride,
- ContentWarningLevel? reportedChannelContentWarningLevel,
- String? reportedChannelContentWarningText,
- bool? reportedChannelEffectiveNsfw,
- ContentWarningLevel? reportedChannelEffectiveContentWarningLevel,
- String? reportedChannelEffectiveContentWarningText,
- ContentWarningLevel? reportedGuildContentWarningLevel,
- bool? reportedGuildNsfw,
- List<
ReportAdminResponseSchemaMessageContext> ? messageContext, - SnowflakeType? mutualDmChannelId,
- String? reportedGuildContentWarningText,
Implementation
const ReportAdminResponseSchema({
required this.additionalInfo,
required this.reporterId,
required this.reporterTag,
required this.reporterUsername,
required this.reporterGlobalName,
required this.reporterDiscriminator,
required this.reporterEmail,
required this.reporterFullLegalName,
required this.reporterCountryOfResidence,
required this.reportedAt,
required this.status,
required this.reportType,
required this.category,
required this.reportId,
required this.reportedUserId,
required this.reportedUserTag,
required this.reportedUserUsername,
required this.reportedUserGlobalName,
required this.reportedUserDiscriminator,
required this.reportedUserAvatarHash,
required this.reportedGuildId,
required this.reportedGuildName,
required this.reportedMessageId,
required this.reportedChannelId,
required this.reportedChannelName,
required this.reportedChannelNsfw,
required this.reportedGuildInviteCode,
required this.publicComment,
required this.resolvedByAdminId,
required this.reportedGuildNsfwLevel,
required this.resolvedAt,
this.reportedChannelNsfwOverride,
this.reportedChannelContentWarningLevel,
this.reportedChannelContentWarningText,
this.reportedChannelEffectiveNsfw,
this.reportedChannelEffectiveContentWarningLevel,
this.reportedChannelEffectiveContentWarningText,
this.reportedGuildContentWarningLevel,
this.reportedGuildNsfw,
this.messageContext,
this.mutualDmChannelId,
this.reportedGuildContentWarningText,
});