Skip to main content
Module

x/mtkruto/mod.ts>types.UpdatePhoneCallSignalingData

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

Constructors

new
UpdatePhoneCallSignalingData(params: { phoneCallId: bigint; data: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
data: Uint8Array
phoneCallId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc