ForumTopic
final case class ForumTopic(messageThreadId: Int, name: String, iconColor: Int, iconCustomEmojiId: Option[String])
This object represents a forum topic.
- Value parameters:
- iconColor
Color of the topic icon in RGB format
- iconCustomEmojiId
Optional. Unique identifier of the custom emoji shown as the topic icon
- messageThreadId
Unique identifier of the forum topic
- name
Name of the topic
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any