Packages

t

ackcord.data

TextChannel

sealed trait TextChannel extends Channel

A text channel that has text messages

Source
channel.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextChannel
  2. Channel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def channelType: ChannelType

    The channel type of this channel

    The channel type of this channel

    Definition Classes
    Channel
  2. abstract def id: TextChannelId

    The id of the channel

    The id of the channel

    Definition Classes
    TextChannelChannel
  3. abstract def lastMessageId: Option[MessageId]

    Points to the last message id in the channel.

    Points to the last message id in the channel. The id might not point to a valid or existing message.

Concrete Value Members

  1. def lastMessage(implicit c: CacheSnapshot): Option[Message]

    Gets the last message for this channel if it exists.

  2. 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