Skip to main content
Module

x/mtkruto/mod.ts>functions.PhoneRequestCall

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.PhoneRequestCall
import { functions } from "https://deno.land/x/mtkruto@0.1.0/mod.ts";
const { PhoneRequestCall } = functions;

Constructors

new
PhoneRequestCall(params: { video?: true; userId: types.TypeInputUser; randomId: number; gAHash: Uint8Array; protocol: types.TypePhoneCallProtocol; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
gAHash: Uint8Array
randomId: number
optional
video: true

Static Properties

readonly
[paramDesc]: ParamDesc