Available types

ForumTopicCreated

This object represents a service message about a new forum topic created in the chat.

fields

fieldtyperequireddescription
namestringrequiredName of the topic
icon_colornumberrequiredColor of the topic icon in RGB format
icon_custom_emoji_idstringoptionalOptional. Unique identifier of the custom emoji shown as the topic icon
is_name_implicitbooleanoptionalOptional. True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot

import

types.ts
import type { ForumTopicCreated } from "@yaebal/types";

used by

types