Packages

c

ackcord.data

WelcomeScreenChannel

case class WelcomeScreenChannel(channelId: GuildChannelId, description: String, emojiId: Option[EmojiId], emojiName: Option[String]) extends Product with Serializable

channelId

The id the channel is referencing.

description

The description for the channel

emojiId

The emoji id if it is a custom one

emojiName

The emoji name if it is not a custom one

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WelcomeScreenChannel
  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 WelcomeScreenChannel(channelId: GuildChannelId, description: String, emojiId: Option[EmojiId], emojiName: Option[String])

    channelId

    The id the channel is referencing.

    description

    The description for the channel

    emojiId

    The emoji id if it is a custom one

    emojiName

    The emoji name if it is not a custom one

Value Members

  1. val channelId: GuildChannelId
  2. val description: String
  3. val emojiId: Option[EmojiId]
  4. val emojiName: Option[String]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product