Skip to main content
Version: Next

APIApplication

@deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

Index

Properties

bot_public

bot_public: boolean

When false only app owner can join the app’s bot to guilds

bot_require_code_grant

bot_require_code_grant: boolean

When true the app’s bot will only join upon completion of the full oauth2 code grant flow

optionalcover_image

cover_image?: string

If this application is a game sold on Discord, this field will be the hash of the image on store embeds

optionalcustom_install_url

custom_install_url?: string

The application’s default custom authorization link, if enabled

description

description: string

The description of the app

flags

optionalguild_id

guild_id?: string

If this application is a game sold on Discord, this field will be the guild to which it has been linked

icon

icon: null | string

The icon hash of the app

id

id: string

The id of the app

optionalinstall_params

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

name

name: string

The name of the app

optionalowner

owner?: APIUser

Partial user object containing info on the owner of the application

optionalprimary_sku_id

primary_sku_id?: string

If this application is a game sold on Discord, this field will be the id of the “Game SKU” that is created, if exists

optionalprivacy_policy_url

privacy_policy_url?: string

The url of the application’s privacy policy

optionalrpc_origins

rpc_origins?: string[]

An array of rpc origin urls, if rpc is enabled

optionalslug

slug?: string

If this application is a game sold on Discord, this field will be the URL slug that links to the store page

summary

summary:

If this application is a game sold on Discord, this field will be the summary field for the store page of its primary sku

@deprecated

Always an empty string, will be removed in v11

optionaltags

tags?: [string, string?, string?, string?, string?]

Up to 5 tags describing the content and functionality of the application

team

team: null | APITeam

optionalterms_of_service_url

terms_of_service_url?: string

The url of the application’s terms of service

verify_key

verify_key: string

The hexadecimal encoded key for verification in interactions and the GameSDK’s GetTicket function