ultra-telegram-framework
    Preparing search index...

    Interface ForumTopic

    This object represents a forum topic.

    interface ForumTopic {
        icon_color: number;
        icon_custom_emoji_id?: string;
        is_name_implicit?: boolean;
        message_thread_id: number;
        name: string;
    }
    Index

    Properties

    icon_color: number

    Color of the topic icon in RGB format

    icon_custom_emoji_id?: string

    Optional. Unique identifier of the custom emoji shown as the topic icon

    is_name_implicit?: boolean

    Optional. True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot

    message_thread_id: number

    Unique identifier of the forum topic

    name: string

    Name of the topic