Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneCallWaiting

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PhoneCallWaiting
import { types } from "https://deno.land/x/mtkruto@0.1.109/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