mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
758 B
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
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];