Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.PhoneConfirmCall

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.PhoneConfirmCall
extends Function<types.TypePhonePhoneCall>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { PhoneConfirmCall } = tl.functions;

Constructors

new
PhoneConfirmCall(params: { peer: types.TypeInputPhoneCall; gA: Uint8Array; keyFingerprint: bigint; protocol: types.TypePhoneCallProtocol; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
gA: Uint8Array
keyFingerprint: bigint
peer: types.TypeInputPhoneCall
protocol: types.TypePhoneCallProtocol

Static Properties

readonly
[paramDesc]: ParamDesc