Interface EditWebhookOptions

interface EditWebhookOptions {
    channelID?: string;
    name: string;
}

Properties

Properties

channelID?: string

The ID of the channel

name: string

The name of the webhook (min length 1; max length 128)