Skip to main content

EditApplication

@discordeno/botDocs


Documentation / @discordeno/bot / EditApplication

Interface: EditApplication

Properties

coverImage?

optional coverImage: null | string

Default rich presence invite cover image for the app

Defined in

packages/types/dist/types/discordeno.d.ts:1370


customInstallUrl?

optional customInstallUrl: string

Default custom authorization URL for the app, if enabled

Defined in

packages/types/dist/types/discordeno.d.ts:1351


description?

optional description: string

Description of the app

Defined in

packages/types/dist/types/discordeno.d.ts:1353


eventWebhooksStatus

eventWebhooksStatus: DiscordApplicationEventWebhookStatus

If webhook events are enabled for the app. 1 to disable, and 2 to enable.

Defined in

packages/types/dist/types/discordeno.d.ts:1388


eventWebhooksTypes?

optional eventWebhooksTypes: DiscordWebhookEventType[]

List of Webhook event types the app subscribes to

Defined in

packages/types/dist/types/discordeno.d.ts:1390


eventWebhooksUrl?

optional eventWebhooksUrl: string

Event webhook URL for the app to receive webhook events

Defined in

packages/types/dist/types/discordeno.d.ts:1386


flags?

optional flags: ApplicationFlags

App's public flags

Remarks

Only limited intent flags (GATEWAY_PRESENCE_LIMITED, GATEWAY_GUILD_MEMBERS_LIMITED, and GATEWAY_MESSAGE_CONTENT_LIMITED) can be updated via the API.

Defined in

packages/types/dist/types/discordeno.d.ts:1366


icon?

optional icon: null | string

Icon for the app

Defined in

packages/types/dist/types/discordeno.d.ts:1368


installParams?

optional installParams: DiscordInstallParams

Settings for the app's default in-app authorization link, if enabled

Defined in

packages/types/dist/types/discordeno.d.ts:1357


integrationTypesConfig?

optional integrationTypesConfig: DiscordApplicationIntegrationType

Default scopes and permissions for each supported installation context.

Defined in

packages/types/dist/types/discordeno.d.ts:1359


interactionEndpointUrl?

optional interactionEndpointUrl: string

Interactions endpoint URL for the app

Remarks

To update an Interactions endpoint URL via the API, the URL must be valid

Defined in

packages/types/dist/types/discordeno.d.ts:1377


roleConnectionsVerificationUrl?

optional roleConnectionsVerificationUrl: string

Role connection verification URL for the app

Defined in

packages/types/dist/types/discordeno.d.ts:1355


tags?

optional tags: string[]

List of tags describing the content and functionality of the app (max of 20 characters per tag)

Remarks

There can only be a max of 5 tags

Defined in

packages/types/dist/types/discordeno.d.ts:1384