ForumTopicEdited

telegramium.bots.ForumTopicEdited
final case class ForumTopicEdited(name: Option[String], iconCustomEmojiId: Option[String])

This object represents a service message about an edited forum topic.

Value parameters

iconCustomEmojiId

Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed

name

Optional. New name of the topic, if it was edited

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