Interface ForumTopicEdited

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

interface ForumTopicEdited {
    icon_custom_emoji_id?: string;
    name?: string;
}

Properties

icon_custom_emoji_id?: string

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

name?: string

New name of the topic, if it was edited