# Webhook
## Properties
**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)