Skip to main content
Module

x/mtkruto/mod.ts>types.ChatParticipants

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChatParticipants
extends _TypeChatParticipants
import { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { ChatParticipants } = 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