Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChatParticipantAdmin

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateChatParticipantAdmin
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.0/mod.ts";
const { UpdateChatParticipantAdmin } = types;

Constructors

new
UpdateChatParticipantAdmin(params: { chatId: bigint; userId: bigint; isAdmin: boolean; version: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc