Packages

c

ackcord.data

ChannelMention

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelMention
  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 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

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