revolt_api 0.6.5

Open source user-first chat platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Report

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** | Unique Id | 
**author_id** | **String** | Id of the user creating this report | 
**content** | [**crate::models::ReportedContent**]ReportedContent.md |  | 
**additional_context** | **String** | Additional report context | 
**notes** | Option<**String**> | Additional notes included on the report | [optional][default to ]
**status** | **String** |  | 
**rejection_reason** | **String** |  | 
**closed_at** | Option<**String**> | ISO8601 formatted timestamp | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)