ForumTopicCreated
This object represents a service message about a new forum topic created in the chat.
fields
| field | type | required | description |
|---|---|---|---|
name | string | required | Name of the topic |
icon_color | number | required | Color of the topic icon in RGB format |
icon_custom_emoji_id | string | optional | Optional. Unique identifier of the custom emoji shown as the topic icon |
is_name_implicit | boolean | optional | Optional. True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot |
import
import type { ForumTopicCreated } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#forumtopiccreated