Interface ChatEventForumTopicToggleIsHidden

The General forum topic was hidden or unhidden. Subtype of ChatEventAction.

interface ChatEventForumTopicToggleIsHidden {
    @type: "chatEventForumTopicToggleIsHidden";
    topic_info: ForumTopicInfo;
}

Properties

Properties

@type: "chatEventForumTopicToggleIsHidden"
topic_info: ForumTopicInfo

New information about the topic.