Documentation - v0.27.1
    Preparing search index...

    Interface ActionTopicEdited

    Forum topic was modified

    interface ActionTopicEdited {
        closed?: boolean;
        hidden?: boolean;
        iconCustomEmoji?: Long;
        title?: string;
        type: "topic_edited";
    }
    Index

    Properties

    closed?: boolean

    Whether the topic was opened/closed

    hidden?: boolean

    Whether the topic was (un-)hidden - only for "General" topic (id=1)

    iconCustomEmoji?: Long

    New icon emoji of the topic (may be empty)

    title?: string

    New title of the topic

    type: "topic_edited"