All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.ForumTopicCreated.scala Maven / Gradle / Ivy

package telegramium.bots

/** This object represents a service message about a new forum topic created in the chat.
  *
  * @param name
  *   Name of the topic
  * @param iconColor
  *   Color of the topic icon in RGB format
  * @param iconCustomEmojiId
  *   Optional. Unique identifier of the custom emoji shown as the topic icon
  */
final case class ForumTopicCreated(name: String, iconColor: Int, iconCustomEmojiId: Option[String] = Option.empty)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy