Skip to main content
Module

x/mtkruto/mod.ts>tl.types.ChatParticipants

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

Constructors

new
ChatParticipants(params: { chatId: bigint; participants: Array<TypeChatParticipant>; version: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: bigint
participants: Array<TypeChatParticipant>
version: number

Static Properties

readonly
[paramDesc]: ParamDesc