Interface ShardWebhookRemoveResponse

Result of removing a webhook.

interface ShardWebhookRemoveResponse {
    id: string;
    ok: boolean;
}

Properties

Properties

id: string
ok: boolean