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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_joined** | Option<**String**> | ID of channel to send user join messages in | [optional]
**user_left** | Option<**String**> | ID of channel to send user left messages in | [optional]
**user_kicked** | Option<**String**> | ID of channel to send user kicked messages in | [optional]
**user_banned** | Option<**String**> | ID of channel to send user banned messages in | [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)