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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PhoneDiscardCall
extends Function<types.TypeUpdates>
import { PhoneDiscardCall } from "https://deno.land/x/mtkruto@0.1.105/tl/3_functions.ts";

Constructors

new
PhoneDiscardCall(params: { video?: true; peer: types.TypeInputPhoneCall; duration: number; reason: types.TypePhoneCallDiscardReason; connectionId: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
connectionId: bigint
duration: number
peer: types.TypeInputPhoneCall
reason: types.TypePhoneCallDiscardReason
optional
video: true

Static Properties

readonly
[paramDesc]: ParamDesc