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
- Alphabetic
- By Inheritance
Inherited
- WelcomeScreenChannel
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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