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

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

Chat admin

Constructors

new
ChatParticipantAdmin_(params: { user_id: bigint; inviter_id: bigint; date: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

Date when the user was added

inviter_id: bigint

ID of the user that added the member to the group

user_id: bigint

ID of a group member that is admin

Static Properties

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