Interface ChatEventForumTopicDeleted

A forum topic was deleted. Subtype of ChatEventAction.

interface ChatEventForumTopicDeleted {
    @type: "chatEventForumTopicDeleted";
    topic_info: ForumTopicInfo;
}

Properties

Properties

@type: "chatEventForumTopicDeleted"
topic_info: ForumTopicInfo

Information about the topic.