1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 17:07:22 +01:00
MadelineProto/docs/API_docs/constructors/documentEmpty.md

15 lines
295 B
Markdown
Raw Normal View History

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