Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelParticipantAdmin

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

Constructors

new
ChannelParticipantAdmin(params: { canEdit?: true; self?: true; userId: bigint; inviterId?: bigint; promotedBy: bigint; date: number; adminRights: TypeChatAdminRights; rank?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
adminRights: TypeChatAdminRights
optional
canEdit: true
date: number
optional
inviterId: bigint
promotedBy: bigint
optional
rank: string
optional
self: true
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc