Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneCallRequested

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc