Documentation - v0.27.1
    Preparing search index...

    Interface ActionTopicCreated

    Forum topic was created

    interface ActionTopicCreated {
        iconColor: number;
        iconCustomEmoji?: Long;
        title: string;
        titleMissing?: boolean;
        type: "topic_created";
    }
    Index

    Properties

    iconColor: number

    Icon color of the topic

    iconCustomEmoji?: Long

    Icon emoji of the topic

    title: string

    Title of the topic

    titleMissing?: boolean

    Whether the title is not set yet

    type: "topic_created"