Skip to main content
Module

x/mtkruto/mod.ts>types.InputAppEvent

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputAppEvent
import { types } from "https://deno.land/x/mtkruto@0.0.983/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
peer: bigint
time: number
type: string

Static Properties

readonly
[paramDesc]: ParamDesc