interface ClientApplicationEditOptions {
    coverImage?: null | string | Buffer;
    customInstallURL?: string;
    description?: string;
    eventWebhooksStatus?: Disabled | Enabled;
    eventWebhooksTypes?: readonly ApplicationWebhookEventType[];
    eventWebhooksURL?: string;
    flags?: ApplicationFlagsResolvable;
    icon?: null | string | Buffer;
    installParams?: ClientApplicationInstallParams;
    interactionsEndpointURL?: string;
    roleConnectionsVerificationURL?: string;
    tags?: readonly string[];
}

Properties

coverImage?: null | string | Buffer
customInstallURL?: string
description?: string
eventWebhooksStatus?: Disabled | Enabled
eventWebhooksTypes?: readonly ApplicationWebhookEventType[]
eventWebhooksURL?: string
icon?: null | string | Buffer
interactionsEndpointURL?: string
roleConnectionsVerificationURL?: string
tags?: readonly string[]