---
title: userStatusOffline
description: userStatusOffline attributes, type and example
---
## Constructor: userStatusOffline  
[Back to constructors index](index.md)



### Attributes:

| Name     |    Type       | Required |
|----------|:-------------:|---------:|
|was\_online|[int](../types/int.md) | Required|



### Type: [UserStatus](../types/UserStatus.md)


### Example:

```
$userStatusOffline = ['_' => 'userStatusOffline', 'was_online' => int, ];
```