MadelineProto/old_docs/API_docs_v70/constructors/messageEmpty.md

43 lines
596 B
Markdown

---
title: messageEmpty
description: messageEmpty attributes, type and example
---
## Constructor: messageEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|---------------|----------|
|id|[int](../types/int.md) | Yes|
### Type: [Message](../types/Message.md)
### Example:
```
$messageEmpty = ['_' => 'messageEmpty', 'id' => int];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "messageEmpty", "id": int}
```
Or, if you're into Lua:
```
messageEmpty={_='messageEmpty', id=int}
```