--- title: help.userInfoEmpty description: Internal use image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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'} ```