--- title: userStatusEmpty description: User status was newer changed image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: userStatusEmpty [Back to constructors index](index.md) User status was newer changed ### Type: [UserStatus](../types/UserStatus.md) ### Example: ```php $userStatusEmpty = ['_' => 'userStatusEmpty']; ``` Or, if you're into Lua: ```lua userStatusEmpty={_='userStatusEmpty'} ```