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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Bot username | [optional]
**public** | Option<**bool**> | Whether the bot can be added by anyone | [optional]
**analytics** | Option<**bool**> | Whether analytics should be gathered for this bot  Must be enabled in order to show up on [Revolt Discover]https://rvlt.gg. | [optional]
**interactions_url** | Option<**String**> | Interactions URL | [optional]
**remove** | Option<[**Vec<crate::models::FieldsBot>**]FieldsBot.md> | Fields to remove from bot object | [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)