Interface ChatActionTopicDeleted

Forum topic has been edited

interface ChatActionTopicDeleted {
    topic: ForumTopic;
    type: "topic_deleted";
}

Properties

Properties

topic: ForumTopic

Old topic info

type: "topic_deleted"