Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>ChannelParticipantAdmin

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelParticipantAdmin
import { ChannelParticipantAdmin } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

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