Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateServiceNotification

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateServiceNotification
extends TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.835/mod.ts";
const { UpdateServiceNotification } = types;

Constructors

new
UpdateServiceNotification(params: { popup?: true; inboxDate?: number; type: string; message: string; media: TypeMessageMedia; entities: Array<TypeMessageEntity>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
entities: Array<TypeMessageEntity>
optional
inboxDate: number
message: string
optional
popup: true
type: string

Static Properties

readonly
[paramDesc]: ParamDesc