Packages

c

ackcord.data

UnsupportedChannel

case class UnsupportedChannel(id: ChannelId, channelType: ChannelType) extends Channel with Product with Serializable

A channel that is of a type that AckCord knows about, but doesn't implement. Normally because it's not yet part of the public API.

Source
channel.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsupportedChannel
  2. Serializable
  3. Product
  4. Equals
  5. Channel
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnsupportedChannel(id: ChannelId, channelType: ChannelType)

Value Members

  1. val channelType: ChannelType

    The channel type of this channel

    The channel type of this channel

    Definition Classes
    UnsupportedChannelChannel
  2. val id: ChannelId

    The id of the channel

    The id of the channel

    Definition Classes
    UnsupportedChannelChannel
  3. def mention: String

    Get a representation of this channel that can refer to it in messages.

    Get a representation of this channel that can refer to it in messages.

    Definition Classes
    Channel
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product