MadelineProto/docs/API_docs/constructors/userStatusOffline.md

17 lines
300 B
Markdown
Raw Normal View History

## Constructor: userStatusOffline
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|was\_online|[int](../types/int.md) | Required|
### Type: [UserStatus](../types/UserStatus.md)
### Example:
```
$userStatusOffline = ['was_online' => int, ];
```