1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 16:27:25 +01:00
MadelineProto/docs/API_docs/constructors/documentEmpty.md

17 lines
297 B
Markdown
Raw Normal View History

## Constructor: documentEmpty
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Required|
### Type: [Document](../types/Document.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$documentEmpty = ['_' => documentEmpty', 'id' => long, ];
```