mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
27 lines
455 B
Markdown
27 lines
455 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, ];
|
|
```
|
|
|