MadelineProtoDocs/docs/API_docs/constructors/messageEmpty.md
2024-05-01 14:53:46 +02:00

758 B

title description nav_exclude image
messageEmpty Empty constructor, non-existent message. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageEmpty

Back to constructors index

Empty constructor, non-existent message.

Attributes:

Name Type Required Description
id int Yes Message identifier
peer_id Peer Optional Peer ID, the chat where this message was sent

Type: Message

Example:

$messageEmpty = ['_' => 'messageEmpty', 'id' => int, 'peer_id' => Peer];