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>ChannelParticipantCreator_

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

Channel/supergroup creator

Constructors

new
ChannelParticipantCreator_(params: { user_id: bigint; admin_rights: enums.ChatAdminRights; rank?: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
admin_rights: enums.ChatAdminRights

Creator admin rights

optional
rank: string

The role (rank) of the group creator in the group: just an arbitrary string, admin by default

user_id: bigint

User ID

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc