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

x/mtkruto/tl/2_types.ts>MessageActionTopicCreate_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageActionTopicCreate_
import { MessageActionTopicCreate_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A forum topic was created.

Constructors

new
MessageActionTopicCreate_(params: { title: string; icon_color: number; icon_emoji_id?: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
icon_color: number

If no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F.

optional
icon_emoji_id: bigint

ID of the custom emoji used as topic icon.

title: string

Topic name.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc