--- title: userStatusEmpty description: User status was newer changed --- ## Constructor: userStatusEmpty [Back to constructors index](index.md) User status was newer changed ### Attributes: | Name | Type | Required | Description | |----------|:-------------:|:--------:|------------:| ### Type: [UserStatus](../types/UserStatus.md) ### Example: ``` $userStatusEmpty = ['_' => 'userStatusEmpty', ]; ``` Or, if you're into Lua: ``` userStatusEmpty={_='userStatusEmpty', } ```