Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelParticipantCreator

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

Constructors

new
ChannelParticipantCreator(params: { userId: bigint; adminRights: TypeChatAdminRights; rank?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
adminRights: TypeChatAdminRights
optional
rank: string
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc