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
- val channelType: ChannelType
The channel type of this channel
The channel type of this channel
- Definition Classes
- UnsupportedChannel → Channel
- val id: ChannelId
The id of the channel
The id of the channel
- Definition Classes
- UnsupportedChannel → Channel
- 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
- def productElementNames: Iterator[String]
- Definition Classes
- Product