ForumTopic
This object represents a forum topic.
fields
| field | type | required | description |
|---|---|---|---|
message_thread_id | number | required | Unique identifier of the forum topic |
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 { ForumTopic } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#forumtopic