Skip to main content
Module

x/mtkruto/mod.ts>tl.types.PhoneCallDiscarded

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

Constructors

new
PhoneCallDiscarded(params: { needRating?: true; needDebug?: true; video?: true; id: bigint; reason?: TypePhoneCallDiscardReason; duration?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
duration: number
id: bigint
optional
needDebug: true
optional
needRating: true
optional
reason: TypePhoneCallDiscardReason
optional
video: true

Static Properties

readonly
[paramDesc]: ParamDesc