Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesEditChatAdmin

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

Constructors

new
MessagesEditChatAdmin(params: { chatId: bigint; userId: types.TypeInputUser; isAdmin: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: bigint
isAdmin: boolean

Static Properties

readonly
[paramDesc]: ParamDesc