Packages

c

ackcord.data

DiscordIntegration

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiscordIntegration
  2. Serializable
  3. Product
  4. Equals
  5. Integration
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. val account: IntegrationAccount

    Account information.

    Account information.

    Definition Classes
    DiscordIntegrationIntegration
  2. val application: IntegrationApplication
  3. val enabled: Boolean

    If the integration is enabled.

    If the integration is enabled.

    Definition Classes
    DiscordIntegrationIntegration
  4. val id: IntegrationId

    The id of the integration.

    The id of the integration.

    Definition Classes
    DiscordIntegrationIntegration
  5. val name: String

    The integration name.

    The integration name.

    Definition Classes
    DiscordIntegrationIntegration
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def type: IntegrationType

    The type of the integration.

    The type of the integration.

    Definition Classes
    DiscordIntegrationIntegration