Interface GatewayEvent_ServerWebhookUpdated

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

Properties

Properties

serverId: string

The ID of the server

webhook: APIWebhook