Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneCallDiscarded

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PhoneCallDiscarded
import { types } from "https://deno.land/x/mtkruto@0.1.107/mod.ts";
const { PhoneCallDiscarded } = 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
video: true

Static Properties

readonly
[paramDesc]: ParamDesc