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
16
# Webhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Webhook Id | 
**name** | **String** | The name of the webhook | 
**avatar** | Option<[**crate::models::WebhookAvatar**]Webhook_avatar.md> |  | [optional]
**channel_id** | **String** | The channel this webhook belongs to | 
**permissions** | **i32** | The permissions for the webhook | 
**token** | Option<**String**> | The private token for the webhook | [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)