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