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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product