Skip to main content
Module

x/mtkruto/mod.ts>types.MessageActionTopicCreate

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageActionTopicCreate
import { types } from "https://deno.land/x/mtkruto@0.0.980/mod.ts";
const { MessageActionTopicCreate } = types;

Constructors

new
MessageActionTopicCreate(params: { title: string; iconColor: number; iconEmojiId?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
iconColor: number
optional
iconEmojiId: bigint
title: string

Static Properties

readonly
[paramDesc]: ParamDesc