Packages

c

ackcord.data

IntegrationApplication

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

Instance Constructors

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

Value Members

  1. val bot: Option[User]
  2. val description: String
  3. val icon: Option[String]
  4. val id: ApplicationId
  5. val name: String
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val summary: String