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 |
Example:
$messageEmpty = ['_' => 'messageEmpty', 'id' => int, 'peer_id' => Peer];