ForumTopic

telegramium.bots.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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product