MadelineProtoDocs/docs/API_docs/constructors/help.userInfoEmpty.md

35 lines
511 B
Markdown

---
title: help.userInfoEmpty
description: Internal use
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/help_userInfoEmpty.html
---
# Constructor: help.userInfoEmpty
[Back to constructors index](index.md)
Internal use
### Type: [help.UserInfo](../types/help.UserInfo.md)
### Example:
```php
$help.userInfoEmpty = ['_' => 'help.userInfoEmpty'];
```
Or, if you're into Lua:
```lua
help.userInfoEmpty={_='help.userInfoEmpty'}
```