Interface ActionTopicEdited

Forum topic was modified

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

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"