EditApplication
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?
optionalcoverImage?:string|null
Defined in: discordeno/application.ts:35
Default rich presence invite cover image for the app
customInstallUrl?
optionalcustomInstallUrl?:string
Defined in: discordeno/application.ts:14
Default custom authorization URL for the app, if enabled
description?
optionaldescription?:string
Defined in: discordeno/application.ts:16
Description of the app
eventWebhooksStatus?
optionaleventWebhooksStatus?:DiscordApplicationEventWebhookStatus
Defined in: discordeno/application.ts:53
If webhook events are enabled for the app. 1 to disable, and 2 to enable.
eventWebhooksTypes?
optionaleventWebhooksTypes?:DiscordWebhookEventType[]
Defined in: discordeno/application.ts:55
List of Webhook event types the app subscribes to
eventWebhooksUrl?
optionaleventWebhooksUrl?:string
Defined in: discordeno/application.ts:51
Event webhook URL for the app to receive webhook events
flags?
optionalflags?: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
icon?
optionalicon?:string|null
Defined in: discordeno/application.ts:33
Icon for the app
installParams?
optionalinstallParams?:DiscordInstallParams
Defined in: discordeno/application.ts:20
Settings for the app's default in-app authorization link, if enabled
integrationTypesConfig?
optionalintegrationTypesConfig?:DiscordApplicationIntegrationType
Defined in: discordeno/application.ts:22
Default scopes and permissions for each supported installation context.
interactionEndpointUrl?
optionalinteractionEndpointUrl?: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?
optionalroleConnectionsVerificationUrl?:string
Defined in: discordeno/application.ts:18
Role connection verification URL for the app
tags?
optionaltags?: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