Interface GatewayEvent_ServerWebhookCreated

interface GatewayEvent_ServerWebhookCreated {
    serverId: string;
    webhook: APIWebhook;
}

Properties

Properties

serverId: string

The ID of the server

webhook: APIWebhook