case class Application(id: ApplicationId, name: String, icon: Option[String], description: String, rpcOrigins: Option[Seq[String]], botPublic: Boolean, botRequireCodeGrant: Boolean, termsOfServiceUrl: Option[String], privacyPolicyUrl: Option[String], owner: Option[PartialUser], summary: String, verifyKey: String, team: Option[Team], guildId: Option[GuildId], primarySkuId: Option[RawSnowflake], slug: Option[String], coverImage: Option[String], flags: Option[ApplicationFlags]) extends Product with Serializable
- id
Id of the application.
- name
Name of the application.
- icon
Icon hash for the application.
- description
Description of the application.
- rpcOrigins
A sequence of RPC origin urls, if RPC is enabled.
- botPublic
If other users can add this bot to guilds.
- botRequireCodeGrant
If the bot requires the full OAuth2 code grant flow to join a guild.
- termsOfServiceUrl
URL for the application's ToS
- privacyPolicyUrl
URL for the application's privacy policy
- owner
The owner of the application
- summary
If this application is a game sold on Discord, then this is a short summary
- verifyKey
Hex encoded hey for verification in interactions and the GameSDK's GetTicket
- team
The team the application belongs to, if it belongs to one
- guildId
If this application is a game sold on Discord, the guild id it has been linked to
- primarySkuId
If this application is a game sold on Discord, this is the id of the "Game SKU" that is created if it exists
- slug
If this application is a game sold on Discord, an URL slug that links to the store page
- coverImage
This application's default rich presence invite cover image hash
- flags
This application's public flags
- Source
- application.scala
- Alphabetic
- By Inheritance
- Application
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Application(id: ApplicationId, name: String, icon: Option[String], description: String, rpcOrigins: Option[Seq[String]], botPublic: Boolean, botRequireCodeGrant: Boolean, termsOfServiceUrl: Option[String], privacyPolicyUrl: Option[String], owner: Option[PartialUser], summary: String, verifyKey: String, team: Option[Team], guildId: Option[GuildId], primarySkuId: Option[RawSnowflake], slug: Option[String], coverImage: Option[String], flags: Option[ApplicationFlags])
- id
Id of the application.
- name
Name of the application.
- icon
Icon hash for the application.
- description
Description of the application.
- rpcOrigins
A sequence of RPC origin urls, if RPC is enabled.
- botPublic
If other users can add this bot to guilds.
- botRequireCodeGrant
If the bot requires the full OAuth2 code grant flow to join a guild.
- termsOfServiceUrl
URL for the application's ToS
- privacyPolicyUrl
URL for the application's privacy policy
- owner
The owner of the application
- summary
If this application is a game sold on Discord, then this is a short summary
- verifyKey
Hex encoded hey for verification in interactions and the GameSDK's GetTicket
- team
The team the application belongs to, if it belongs to one
- guildId
If this application is a game sold on Discord, the guild id it has been linked to
- primarySkuId
If this application is a game sold on Discord, this is the id of the "Game SKU" that is created if it exists
- slug
If this application is a game sold on Discord, an URL slug that links to the store page
- coverImage
This application's default rich presence invite cover image hash
- flags
This application's public flags
Value Members
- val botPublic: Boolean
- val botRequireCodeGrant: Boolean
- val coverImage: Option[String]
- val description: String
- val flags: Option[ApplicationFlags]
- val guildId: Option[GuildId]
- val icon: Option[String]
- val id: ApplicationId
- val name: String
- val owner: Option[PartialUser]
- val primarySkuId: Option[RawSnowflake]
- val privacyPolicyUrl: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rpcOrigins: Option[Seq[String]]
- val slug: Option[String]
- val summary: String
- val team: Option[Team]
- val termsOfServiceUrl: Option[String]
- val verifyKey: String