Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>PhoneCallRequested

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PhoneCallRequested
extends TypePhoneCall
import { PhoneCallRequested } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

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