enum UserPresenceStatus : Enum<UserPresenceStatus>
| Member | Description |
|---|---|
Unknown |
Represents that the UserPresenceStatus is unknown.
|
Online |
The user status is currently online.
|
Offline |
The user status is currently offline.
|
value
: Int
[Get] |
Signature
val value: Int |