revolt_api 0.5.5

Rust typings for the Revolt API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DataEditChannel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Channel name | [optional]
**description** | Option<**String**> | Channel description | [optional]
**owner** | Option<**String**> | Group owner | [optional]
**icon** | Option<**String**> | Icon  Provide an Autumn attachment Id. | [optional]
**nsfw** | Option<**bool**> | Whether this channel is age-restricted | [optional]
**remove** | Option<[**Vec<crate::models::FieldsChannel>**]FieldsChannel.md> |  | [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)