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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PhoneCallDiscarded
import { PhoneCallDiscarded } from "https://deno.land/x/mtkruto@0.1.105/tl/2_types.ts";

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
video: true

Static Properties

readonly
[paramDesc]: ParamDesc