1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 17:07:22 +01:00
MadelineProto/docs/API_docs/constructors/userStatusOnline.md
2016-12-20 13:32:11 +01:00

25 lines
450 B
Markdown

---
title: userStatusOnline
description: userStatusOnline attributes, type and example
---
## Constructor: userStatusOnline
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|expires|[int](../types/int.md) | Required|
### Type: [UserStatus](../types/UserStatus.md)
### Example:
```
$userStatusOnline = ['_' => userStatusOnline', 'expires' => int, ];
```