case class IntegrationApplication(id: ApplicationId, name: String, icon: Option[String], description: String, summary: String, bot: Option[User]) extends Product with Serializable
- id
The id of the application
- name
The name of the application
- icon
The icon hash of the application
- description
The description of the application
- summary
The summary of the application
- bot
The bot user of the application
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntegrationApplication
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IntegrationApplication(id: ApplicationId, name: String, icon: Option[String], description: String, summary: String, bot: Option[User])
- id
The id of the application
- name
The name of the application
- icon
The icon hash of the application
- description
The description of the application
- summary
The summary of the application
- bot
The bot user of the application