Packages

c

ackcord.data

InviteChannel

case class InviteChannel(id: GuildChannelId, name: String, type: ChannelType) extends Product with Serializable

A partial channel with the information used by an invite

id

The channel id

name

The channel name

Source
invite.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InviteChannel
  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 InviteChannel(id: GuildChannelId, name: String, type: ChannelType)

    id

    The channel id

    name

    The channel name

Value Members

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