MadelineProto/docs/API_docs/constructors/userStatusOffline.md
2016-12-30 23:21:36 +03:00

25 lines
463 B
Markdown

---
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, ];
```