Interface ChatEventForumTopicEdited

A forum topic was edited. Subtype of ChatEventAction.

interface ChatEventForumTopicEdited {
    @type: "chatEventForumTopicEdited";
    new_topic_info: ForumTopicInfo;
    old_topic_info: ForumTopicInfo;
}

Properties

@type: "chatEventForumTopicEdited"
new_topic_info: ForumTopicInfo

New information about the topic.

old_topic_info: ForumTopicInfo

Old information about the topic.