case class DiscordIntegration(id: IntegrationId, name: String, enabled: Boolean, account: IntegrationAccount, application: IntegrationApplication) extends Integration with Product with Serializable
A discord bot/OAuth2 integration.
- id
The id of the integration
- name
The integration name
- enabled
If the integration is enabled
- account
Account information
- application
The bot/OAuth2 application
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiscordIntegration
- Serializable
- Product
- Equals
- Integration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DiscordIntegration(id: IntegrationId, name: String, enabled: Boolean, account: IntegrationAccount, application: IntegrationApplication)
- id
The id of the integration
- name
The integration name
- enabled
If the integration is enabled
- account
Account information
- application
The bot/OAuth2 application
Value Members
- val account: IntegrationAccount
Account information.
Account information.
- Definition Classes
- DiscordIntegration → Integration
- val application: IntegrationApplication
- val enabled: Boolean
If the integration is enabled.
If the integration is enabled.
- Definition Classes
- DiscordIntegration → Integration
- val id: IntegrationId
The id of the integration.
The id of the integration.
- Definition Classes
- DiscordIntegration → Integration
- val name: String
The integration name.
The integration name.
- Definition Classes
- DiscordIntegration → Integration
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def type: IntegrationType
The type of the integration.
The type of the integration.
- Definition Classes
- DiscordIntegration → Integration