Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IStatusResponse
Interface IStatusResponse
interface
IStatusResponse
{
currently_active
?:
boolean
;
last_active_ago
?:
number
;
presence
:
"offline"
|
"online"
|
"unavailable"
;
status_msg
?:
string
;
}
Hierarchy (
view full
)
IPresenceOpts
IStatusResponse
Index
Properties
currently_
active?
last_
active_
ago?
presence
status_
msg?
Properties
Optional
currently_
active
currently_
active
?:
boolean
Optional
last_
active_
ago
last_
active_
ago
?:
number
presence
presence
:
"offline"
|
"online"
|
"unavailable"
Optional
status_
msg
status_
msg
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
currently_
active
last_
active_
ago
presence
status_
msg
matrix-js-sdk
Loading...