Interface ShardWebhookRegisterResponse

Result of registering a webhook (includes the generated secret).

interface ShardWebhookRegisterResponse {
    ok: boolean;
    secret: string;
    webhook: WebhookEntry;
}

Properties

Properties

ok: boolean
secret: string
webhook: WebhookEntry