Interface POSTGuildWebhookBody

interface POSTGuildWebhookBody {
    channelId: string;
    name: string;
}

Properties

Properties

channelId: string

Channel ID to create the webhook in

name: string

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