Module

x/grammy/types.deno.ts>ForumTopic

The Telegram Bot Framework.
Very Popular
Go to Latest
interface ForumTopic
import { type ForumTopic } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.deno.ts";

This object represents a forum topic.

Properties

message_thread_id: number

Unique identifier of the forum topic

name: string

Name of the topic

icon_color: number

Color of the topic icon in RGB format

optional
icon_custom_emoji_id: string

Unique identifier of the custom emoji shown as the topic icon

import ForumTopic
import { ForumTopic } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.deno.ts";