Skip to main content
Module

x/mtkruto/mod.ts>types.MessageActionChatEditTitle

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageActionChatEditTitle
extends TypeMessageAction
import { types } from "https://deno.land/x/mtkruto@0.0.987/mod.ts";
const { MessageActionChatEditTitle } = types;

Constructors

new
MessageActionChatEditTitle(params: { title: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
title: string

Static Properties

readonly
[paramDesc]: ParamDesc