Interface ChatEventForumTopicToggleIsClosed

A forum topic was closed or reopened. Subtype of ChatEventAction.

interface ChatEventForumTopicToggleIsClosed {
    @type: "chatEventForumTopicToggleIsClosed";
    topic_info: ForumTopicInfo;
}

Properties

Properties

@type: "chatEventForumTopicToggleIsClosed"
topic_info: ForumTopicInfo

New information about the topic.