Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.157/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