Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/tl/2_types.ts>MessageActionPhoneCall

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

Constructors

new
MessageActionPhoneCall(params: { video?: true; callId: bigint; reason?: TypePhoneCallDiscardReason; duration?: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc