revolt_api 0.6.5

Open source user-first chat platform.
Documentation
# Bot

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** | Bot Id  This equals the associated bot user's id. | 
**owner** | **String** | User Id of the bot owner | 
**token** | **String** | Token used to authenticate requests for this bot | 
**public** | **bool** | Whether the bot is public (may be invited by anyone) | 
**analytics** | Option<**bool**> | Whether to enable analytics | [optional]
**discoverable** | Option<**bool**> | Whether this bot should be publicly discoverable | [optional]
**interactions_url** | Option<**String**> | Reserved; URL for handling interactions | [optional]
**terms_of_service_url** | Option<**String**> | URL for terms of service | [optional]
**privacy_policy_url** | Option<**String**> | URL for privacy policy | [optional]
**flags** | Option<**i32**> | Enum of bot flags | [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)