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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnsupportedChannel
- Serializable
- Product
- Equals
- Channel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnsupportedChannel(id: ChannelId, channelType: ChannelType)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channelType: ChannelType
The channel type of this channel
The channel type of this channel
- Definition Classes
- UnsupportedChannel → Channel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val id: ChannelId
The id of the channel
The id of the channel
- Definition Classes
- UnsupportedChannel → Channel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])