mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
23 lines
413 B
Markdown
23 lines
413 B
Markdown
---
|
|
title: userStatusOffline
|
|
description: User is offline
|
|
---
|
|
## Constructor: userStatusOffline
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User is offline
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|was\_online|[int](../types/int.md) | Yes|Unix time user was online last time|
|
|
|
|
|
|
|
|
### Type: [UserStatus](../types/UserStatus.md)
|
|
|
|
|