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

x/mtkruto/tl/3_functions.ts>messages_editChatTitle_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_editChatTitle_
extends Function_<enums.Updates>
import { messages_editChatTitle_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Changes chat name and sends a service message on it.

Constructors

new
messages_editChatTitle_(params: { chat_id: bigint; title: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chat_id: bigint

Chat ID

title: string

New chat name, different from the old one

Static Properties

__F: (params: { chat_id: bigint; title: string; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc