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>PhoneCallAccepted_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PhoneCallAccepted_
extends _PhoneCall_
import { PhoneCallAccepted_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

An accepted phone call

Constructors

new
PhoneCallAccepted_(params: { video?: true; id: bigint; access_hash: bigint; date: number; admin_id: bigint; participant_id: bigint; g_b: Uint8Array; protocol: enums.PhoneCallProtocol; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
access_hash: bigint

Access hash of phone call

admin_id: bigint

ID of the call creator

date: number

When was the call accepted

g_b: Uint8Array
id: bigint

ID of accepted phone call

participant_id: bigint

ID of the other user in the call

protocol: enums.PhoneCallProtocol

Protocol to use for phone call

optional
video: true

Whether this is a video call

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc