Available types

ForumTopic

This object represents a forum topic.

fields

fieldtyperequireddescription
message_thread_idnumberrequiredUnique identifier of the forum topic
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 { ForumTopic } from "@yaebal/types";

used by

methods