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

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

Shortened constructor containing info on one update not requiring auxiliary data

Constructors

new
UpdateShort_(params: { update: enums.Update; date: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

Date of event

update: enums.Update

Update

Static Properties

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