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
# Role

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Role name | 
**permissions** | [**crate::models::RolePermissions**]Role_permissions.md |  | 
**colour** | Option<**String**> | Colour used for this role  This can be any valid CSS colour | [optional]
**hoist** | Option<**bool**> | Whether this role should be shown separately on the member sidebar | [optional]
**rank** | Option<**i64**> | Ranking of this role | [optional][default to 0]

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