Interface ChatActionTopicEdited

Forum topic has been edited

interface ChatActionTopicEdited {
    new: ForumTopic;
    old: ForumTopic;
    type: "topic_edited";
}

Properties

Properties

New topic info

Old topic info

type: "topic_edited"