Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneGroupCall

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PhoneGroupCall
import { types } from "https://deno.land/x/mtkruto@0.0.979/mod.ts";
const { PhoneGroupCall } = types;

Constructors

new
PhoneGroupCall(params: { call: TypeGroupCall; participants: Array<TypeGroupCallParticipant>; participantsNextOffset: string; chats: Array<TypeChat>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
participants: Array<TypeGroupCallParticipant>
participantsNextOffset: string
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc