Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneCallAccepted

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc