MadelineProto/old_docs/API_docs_v65/constructors/userEmpty.md

36 lines
468 B
Markdown
Raw Normal View History

2017-04-21 13:27:04 +02:00
---
title: userEmpty
description: userEmpty attributes, type and example
---
## Constructor: userEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[int](../types/int.md) | Yes|
### Type: [User](../types/User.md)
### Example:
```
$userEmpty = ['_' => 'userEmpty', 'id' => int, ];
```
Or, if you're into Lua:
```
userEmpty={_='userEmpty', id=int, }
```