MadelineProto/docs/API_docs/constructors/userStatusOffline.md

15 lines
325 B
Markdown
Raw Normal View History

## Constructor: userStatusOffline
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|was\_online|[int](../types/int.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[UserStatus](../types/UserStatus.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$userStatusOffline = ['_' => userStatusOffline', 'was_online' => int, ];
```