Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionTopicCreated

    Forum topic has been created

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

    Properties

    Properties

    topic: ForumTopic

    Topic that has been created

    type: "topic_created"