ForumTopicEdited

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

ForumTopicEdited

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

(auto-generated)

Author

ForteScarlet

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "icon_custom_emoji_id")
val iconCustomEmojiId: String? = null

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