Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/4_message.ts>MessageForumTopicCreated

Cross-runtime JavaScript library for building Telegram clients
Latest
interface MessageForumTopicCreated
implements _MessageBase
import { type MessageForumTopicCreated } from "https://deno.land/x/mtkruto@0.2.24/types/4_message.ts";

A message that is received when a new topic is created in a forum.

Properties

forumTopicCreated: { name: string; iconColor: string; iconCutsomEmojiId?: string; }