interface ForumTopicimport { type ForumTopic } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.web.ts"; This object represents a forum topic. Propertiesmessage_thread_id: numberUnique identifier of the forum topic name: stringName of the topic icon_color: numberColor of the topic icon in RGB format optionalicon_custom_emoji_id: stringUnique identifier of the custom emoji shown as the topic icon import ForumTopicimport { ForumTopic } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.web.ts";