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

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

Edit the name of a channel/supergroup

Constructors

new
channels_editTitle_(params: { channel: enums.InputChannel; title: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Channel/supergroup

title: string

New name

Static Properties

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