Packages

t

ackcord.data

Integration

sealed trait Integration extends AnyRef

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Integration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def account: IntegrationAccount

    Account information.

  2. abstract def enabled: Boolean

    If the integration is enabled.

  3. abstract def id: IntegrationId

    The id of the integration.

  4. abstract def name: String

    The integration name.

  5. abstract def type: IntegrationType

    The type of the integration.