Interface ShardWebhooksResponse

List of webhooks and available event types.

interface ShardWebhooksResponse {
    events: string[];
    ok: boolean;
    webhooks: WebhookEntry[];
}

Properties

Properties

events: string[]
ok: boolean
webhooks: WebhookEntry[]