Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.ChannelsEditCreator

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.ChannelsEditCreator
extends Function<types.TypeUpdates>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { ChannelsEditCreator } = tl.functions;

Constructors

new
ChannelsEditCreator(params: { channel: types.TypeInputChannel; userId: types.TypeInputUser; password: types.TypeInputCheckPasswordSRP; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: types.TypeInputChannel
password: types.TypeInputCheckPasswordSRP
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc