zernio 0.0.153

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UpdateDiscordSettingsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** | Discord account ID | 
**webhook_username** | Option<**String**> | Custom display name for the webhook (1-80 chars). Empty string resets to default (\"Zernio\"). Cannot contain \"clyde\" or \"discord\". | [optional]
**webhook_avatar_url** | Option<**String**> | Custom avatar URL. Empty string resets to default bot avatar. | [optional]
**channel_id** | Option<**String**> | Switch to a different channel in the same guild. Must be a text (0), announcement (5), or forum (15) channel. | [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)