Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>types.InputAppEvent

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

Constructors

new
InputAppEvent(params: { time: number; type: string; peer: bigint; data: TypeJSONValue; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
data: TypeJSONValue
peer: bigint
time: number
type: string

Static Properties

readonly
[paramDesc]: ParamDesc