Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChatParticipant

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

Constructors

new
UpdateChatParticipant(params: { chatId: bigint; date: number; actorId: bigint; userId: bigint; prevParticipant?: TypeChatParticipant; newParticipant?: TypeChatParticipant; invite?: TypeExportedChatInvite; qts: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
actorId: bigint
chatId: bigint
date: number
optional
invite: TypeExportedChatInvite
optional
newParticipant: TypeChatParticipant
optional
prevParticipant: TypeChatParticipant
qts: number
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc