mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
26 lines
479 B
Markdown
26 lines
479 B
Markdown
|
---
|
||
|
title: "help.userInfoEmpty"
|
||
|
description: "Internal use"
|
||
|
nav_exclude: true
|
||
|
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](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Internal use
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help.UserInfo](/API_docs/types/help.UserInfo.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$help_userInfoEmpty = ['_' => 'help.userInfoEmpty'];
|
||
|
```
|