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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val botPublic: Boolean
- val botRequireCodeGrant: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val coverImage: Option[String]
- val description: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val flags: Option[ApplicationFlags]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val guildId: Option[GuildId]
- val icon: Option[String]
- val id: ApplicationId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val team: Option[Team]
- val termsOfServiceUrl: Option[String]
- val verifyKey: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])