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

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

Empty constructor, non-existent message.

Constructors

new
MessageEmpty_(params: { id: number; peer_id?: enums.Peer; })

Properties

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

Message identifier

optional
peer_id: enums.Peer

Peer ID, the chat where this message was sent

Static Properties

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