Interface UserReport

Hierarchy

  • UserReport

Properties

active: boolean

AND of valid and appealed properties.

appealed: boolean

If the report has been successfully appealed.

id: bigint

Id of the report.

inactiveReason: null | string

If the report is inactive, this field will contain the reason why.

moderator: DiscordUser

Additional information about the moderator.

moderatorId: string

Id of the moderator who created the report.

proof: string[]

List of links to images/files that show proof.

reason: string

Reason for the report.

The type of the user report.

Additional information about the user.

userId: string

Id of the reported user.

valid: boolean

If the report is valid.

Generated using TypeDoc