Interface ActionTopicCreated

Forum topic was created

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

Properties

iconColor: number

Icon color of the topic

iconCustomEmoji?: Long

Icon emoji of the topic

title: string

Title of the topic

type: "topic_created"