Skip to main content

EditApplication

@discordeno/bot


Documentation / @discordeno/bot / EditApplication

Interface: EditApplication

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

Properties

coverImage?

optional coverImage: null | string

Defined in: packages/types/dist/types/discordeno.d.ts:1372

Default rich presence invite cover image for the app


customInstallUrl?

optional customInstallUrl: string

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

Default custom authorization URL for the app, if enabled


description?

optional description: string

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

Description of the app


eventWebhooksStatus

eventWebhooksStatus: DiscordApplicationEventWebhookStatus

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

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


eventWebhooksTypes?

optional eventWebhooksTypes: DiscordWebhookEventType[]

Defined in: packages/types/dist/types/discordeno.d.ts:1392

List of Webhook event types the app subscribes to


eventWebhooksUrl?

optional eventWebhooksUrl: string

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

Event webhook URL for the app to receive webhook events


flags?

optional flags: ApplicationFlags

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

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.


icon?

optional icon: null | string

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

Icon for the app


installParams?

optional installParams: DiscordInstallParams

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

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


integrationTypesConfig?

optional integrationTypesConfig: DiscordApplicationIntegrationType

Defined in: packages/types/dist/types/discordeno.d.ts:1361

Default scopes and permissions for each supported installation context.


interactionEndpointUrl?

optional interactionEndpointUrl: string

Defined in: packages/types/dist/types/discordeno.d.ts:1379

Interactions endpoint URL for the app

Remarks

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


roleConnectionsVerificationUrl?

optional roleConnectionsVerificationUrl: string

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

Role connection verification URL for the app


tags?

optional tags: string[]

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

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