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>MessageActionTopicEdit_

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

Forum topic information was edited.

Constructors

new
MessageActionTopicEdit_(params?: { title?: string; icon_emoji_id?: bigint; closed?: boolean; hidden?: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
closed: boolean

Whether the topic was opened or closed.

optional
hidden: boolean

Whether the topic was hidden or unhidden (only valid for the "General" topic, id=1).

optional
icon_emoji_id: bigint

ID of the new custom emoji used as topic icon, or if it was removed.

optional
title: string

New topic title.

Static Properties

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