Packages

c

ackcord.data

GuildWidgetChannel

case class GuildWidgetChannel(id: GuildChannelId, name: String, position: Int) extends Product with Serializable

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuildWidgetChannel
  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 GuildWidgetChannel(id: GuildChannelId, name: String, position: Int)

Value Members

  1. val id: GuildChannelId
  2. val name: String
  3. val position: Int
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product