mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-05 21:38:17 +01:00
20 lines
279 B
Markdown
20 lines
279 B
Markdown
---
|
|
title: inputUserEmpty
|
|
description: inputUserEmpty attributes, type and example
|
|
---
|
|
## Constructor: inputUserEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputUser](../types/InputUser.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputUserEmpty = ['_' => inputUserEmpty', ];
|
|
``` |