Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChatParticipantAdd

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

Constructors

new
UpdateChatParticipantAdd(params: { chatId: bigint; userId: bigint; inviterId: bigint; date: number; version: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: bigint
date: number
inviterId: bigint
userId: bigint
version: number

Static Properties

readonly
[paramDesc]: ParamDesc