Interface ChatActionTopicCreated

Forum topic has been created

interface ChatActionTopicCreated {
    topic: ForumTopic;
    type: "topic_created";
}

Properties

Properties

topic: ForumTopic

Topic that has been created

type: "topic_created"