Interface PUTGuildWebhookBody

interface PUTGuildWebhookBody {
    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)