accusedUser | User | The user who has been reported. | |
closedBy | User | The user who closed the report. | ✔️ |
closedOn | number | Timestamp when the report was closed. | ✔️ |
entityId | string | The ID of the entity being reported. | |
id | number | Unique identifier for the report. | |
isClosed | boolean | Whether the report is closed. | |
reason | string | The reason for reporting. | ✔️ |
reportedByUser | User | The user who submitted the report. | |
reportedOn | number | Timestamp when the report was submitted. | |
tag | Tag | The tag associated with the report. | ✔️ |
type | ReportEntityType | The type of entity being reported. | |
actionTaken | number | Timestamp of any action taken regarding the report. | ✔️ |
actionTakenBy | User | The user who took action on the report. | ✔️ |