case class ChannelMention(id: TextChannelId, guildId: GuildId, type: ChannelType, name: String) extends Product with Serializable
Basic info of a channel in a cross posted message.
- id
The id of the channel
- guildId
The guild the channel is in
- name
The name of the channel
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChannelMention
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ChannelMention(id: TextChannelId, guildId: GuildId, type: ChannelType, name: String)
- id
The id of the channel
- guildId
The guild the channel is in
- name
The name of the channel
Value Members
- val guildId: GuildId
- val id: TextChannelId
- val name: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val type: ChannelType