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

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

Event that occurred in the application.

Constructors

new
InputAppEvent_(params: { time: number; type: string; peer: bigint; data: enums.JSONValue; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
data: enums.JSONValue

Details of the event

peer: bigint

Arbitrary numeric value for more convenient selection of certain event types, or events referring to a certain object

time: number

Client's exact timestamp for the event

type: string

Type of event

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc