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

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

Group member.

Constructors

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

Properties

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

Date added to the group

inviter_id: bigint

ID of the user that added the member to the group

user_id: bigint

Member user ID

Static Properties

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