Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>phone_saveCallDebug_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class phone_saveCallDebug_
extends Function_<boolean>
import { phone_saveCallDebug_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Send phone call debug data to server

Constructors

new
phone_saveCallDebug_(params: { peer: enums.InputPhoneCall; debug: enums.DataJSON; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
debug: enums.DataJSON

Debug statistics obtained from libtgvoip

peer: enums.InputPhoneCall

Phone call

Static Properties

__F: (params: { peer: enums.InputPhoneCall; debug: enums.DataJSON; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc