ForumTopicEdited

@Serializable
data class ForumTopicEdited(val name: String? = null, val iconCustomEmojiId: String? = null)

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

Api reference

Constructors

Link copied to clipboard
constructor(name: String? = null, iconCustomEmojiId: String? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val name: String? = null

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