Skip to main content
Module

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

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

Constructors

new
ChannelsEditAdmin(params: { channel: types.TypeInputChannel; userId: types.TypeInputUser; adminRights: types.TypeChatAdminRights; rank: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
adminRights: types.TypeChatAdminRights
channel: types.TypeInputChannel
rank: string
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc