Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneCallWaiting

An attempt to write a Deno-native MTProto client
Go to Latest
class types.PhoneCallWaiting
extends TypePhoneCall
import { types } from "https://deno.land/x/mtkruto@0.0.62/mod.ts";
const { PhoneCallWaiting } = types;

Constructors

new
PhoneCallWaiting(params: { video?: true; id: bigint; accessHash: bigint; date: number; adminId: bigint; participantId: bigint; protocol: TypePhoneCallProtocol; receiveDate?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
adminId: bigint
date: number
id: bigint
participantId: bigint
optional
receiveDate: number
optional
video: true

Static Properties

readonly
[paramDesc]: ParamDesc