Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.157/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