Interface WebhookEditOptions

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

Properties

Properties

channelID?: string

New webhook's parent channel.

name: string

New name of the webhook.