Packages

c

ackcord.data

MessageReference

case class MessageReference(messageId: Option[MessageId], channelId: TextChannelId, guildId: Option[GuildId]) extends Product with Serializable

A reference to another message.

Source
message.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageReference
  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 MessageReference(messageId: Option[MessageId], channelId: TextChannelId, guildId: Option[GuildId])

Value Members

  1. val channelId: TextChannelId
  2. val guildId: Option[GuildId]
  3. val messageId: Option[MessageId]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product