interface WebhookDeleteOptions {
    reason?: string;
    token?: string;
}

Properties

Properties

reason?: string
token?: string