Skip to main content

EditApplication

Documentation


Documentation / @discordeno/types / EditApplication

Interface: EditApplication

Defined in: discordeno/application.ts:12

https://docs.discord.com/developers/resources/application#edit-current-application-json-params

Properties

coverImage?

optional coverImage?: string | null

Defined in: discordeno/application.ts:35

Default rich presence invite cover image for the app


customInstallUrl?

optional customInstallUrl?: string

Defined in: discordeno/application.ts:14

Default custom authorization URL for the app, if enabled


description?

optional description?: string

Defined in: discordeno/application.ts:16

Description of the app


eventWebhooksStatus?

optional eventWebhooksStatus?: DiscordApplicationEventWebhookStatus

Defined in: discordeno/application.ts:53

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


eventWebhooksTypes?

optional eventWebhooksTypes?: DiscordWebhookEventType[]

Defined in: discordeno/application.ts:55

List of Webhook event types the app subscribes to


eventWebhooksUrl?

optional eventWebhooksUrl?: string

Defined in: discordeno/application.ts:51

Event webhook URL for the app to receive webhook events


flags?

optional flags?: number

Defined in: discordeno/application.ts:31

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.

See

ApplicationFlags


icon?

optional icon?: string | null

Defined in: discordeno/application.ts:33

Icon for the app


installParams?

optional installParams?: DiscordInstallParams

Defined in: discordeno/application.ts:20

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


integrationTypesConfig?

optional integrationTypesConfig?: DiscordApplicationIntegrationType

Defined in: discordeno/application.ts:22

Default scopes and permissions for each supported installation context.


interactionEndpointUrl?

optional interactionEndpointUrl?: string

Defined in: discordeno/application.ts:42

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: discordeno/application.ts:18

Role connection verification URL for the app


tags?

optional tags?: string[]

Defined in: discordeno/application.ts:49

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