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

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

Constructors

new
UpdateServiceNotification_(params: { popup?: true; invert_media?: true; inbox_date?: number; type: string; message: string; media: enums.MessageMedia; entities: Array<enums.MessageEntity>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
entities: Array<enums.MessageEntity>
optional
inbox_date: number
optional
invert_media: true
message: string
optional
popup: true
type: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc