Skip to main content

EditApplication

@discordeno/bot


Documentation / @discordeno/bot / EditApplication

Interface: EditApplication

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

Properties

coverImage?

optional coverImage: null | string

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

Default rich presence invite cover image for the app


customInstallUrl?

optional customInstallUrl: string

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

Default custom authorization URL for the app, if enabled


description?

optional description: string

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

Description of the app


eventWebhooksStatus

eventWebhooksStatus: DiscordApplicationEventWebhookStatus

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

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:1405

List of Webhook event types the app subscribes to


eventWebhooksUrl?

optional eventWebhooksUrl: string

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

Event webhook URL for the app to receive webhook events


flags?

optional flags: ApplicationFlags

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

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:1383

Icon for the app


installParams?

optional installParams: DiscordInstallParams

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

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:1374

Default scopes and permissions for each supported installation context.


interactionEndpointUrl?

optional interactionEndpointUrl: string

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

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:1370

Role connection verification URL for the app


tags?

optional tags: string[]

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

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