DsaReportEmailSendRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| EmailType |
DsaReportEmailVerifyRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| code | string | Verification code received via email |
| EmailType |
DsaReportGuildRequest
| Field | Type | Description |
|---|---|---|
| additional_info? | string | Additional context or details about the report |
| category | GuildReportCategoryEnum | |
| guild_id | SnowflakeType | |
| invite_code? | string | Invite code used to access the guild |
| report_type | enum<guild> | Type of report |
| reporter_country_of_residence | enum<AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE> | EU country code of the reporter residence |
| reporter_fluxer_tag? | string | Fluxer tag of the reporter if they have an account |
| reporter_full_legal_name | string | Full legal name of the person filing the report |
| ticket | string | Verification ticket obtained from email verification |
DsaReportMessageRequest
| Field | Type | Description |
|---|---|---|
| additional_info? | string | Additional context or details about the report |
| category | MessageReportCategoryEnum | |
| message_link | string | Link to the message being reported |
| report_type | enum<message> | Type of report |
| reported_user_tag? | string | Fluxer tag of the user who sent the message |
| reporter_country_of_residence | enum<AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE> | EU country code of the reporter residence |
| reporter_fluxer_tag? | string | Fluxer tag of the reporter if they have an account |
| reporter_full_legal_name | string | Full legal name of the person filing the report |
| ticket | string | Verification ticket obtained from email verification |
DsaReportRequest
Related endpoints Type: DsaReportMessageRequest | DsaReportUserRequest | DsaReportGuildRequestDsaReportUserRequest
| Field | Type | Description |
|---|---|---|
| additional_info? | string | Additional context or details about the report |
| category | UserReportCategoryEnum | |
| report_type | enum<user> | Type of report |
| reporter_country_of_residence | enum<AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE> | EU country code of the reporter residence |
| reporter_fluxer_tag? | string | Fluxer tag of the reporter if they have an account |
| reporter_full_legal_name | string | Full legal name of the person filing the report |
| ticket | string | Verification ticket obtained from email verification |
| user_id? | SnowflakeType | |
| user_tag? | string | Fluxer tag of the user being reported |
OkResponse
Related endpoints| Field | Type | Description |
|---|---|---|
| ok | boolean | Whether the operation was successful |
ReportGuildRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| additional_info? | string | Additional context or details about the report |
| category | GuildReportCategoryEnum | |
| guild_id | SnowflakeType |
ReportMessageRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| additional_info? | string | Additional context or details about the report |
| category | MessageReportCategoryEnum | |
| channel_id | SnowflakeType | |
| message_id | SnowflakeType |
ReportResponse
Related endpoints| Field | Type | Description |
|---|---|---|
| report_id | SnowflakeType | The unique identifier for this report |
| reported_at | string | ISO 8601 timestamp when the report was submitted |
| status | string | Current status of the report (pending, reviewed, resolved) |
ReportStatus
The status of the report| Value | Description |
|---|---|
0 | Report is pending review |
1 | Report has been resolved |
ReportType
The type of entity being reported| Value | Description |
|---|---|
0 | Report of a message |
1 | Report of a user |
2 | Report of a guild |
ReportUserRequest
Related endpoints| Field | Type | Description |
|---|---|---|
| additional_info? | string | Additional context or details about the report |
| category | UserReportCategoryEnum | |
| guild_id? | SnowflakeType | |
| user_id | SnowflakeType |
TicketResponse
Related endpoints| Field | Type | Description |
|---|---|---|
| ticket | string | A temporary ticket token for subsequent operations |