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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article