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

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

Message ID, for which PUSH-notifications were cancelled.

Constructors

new
ReceivedNotifyMessage_(params: { id: number; flags: number; })

Properties

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

Reserved for future use

id: number

Message ID, for which PUSH-notifications were canceled

Static Properties

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