matrix-appservice-bridge
Preparing search index...
PresenceEvent
Interface PresenceEvent
interface
PresenceEvent
{
content
:
{
avatar_url
?:
string
;
currently_active
?:
boolean
;
last_active_ago
?:
number
;
presence
:
"online"
|
"offline"
|
"unavailable"
;
status_msg
?:
string
;
}
;
sender
:
string
;
type
:
"m.presence"
;
}
Index
Properties
content
sender
type
Properties
content
content
:
{
avatar_url
?:
string
;
currently_active
?:
boolean
;
last_active_ago
?:
number
;
presence
:
"online"
|
"offline"
|
"unavailable"
;
status_msg
?:
string
;
}
sender
sender
:
string
type
type
:
"m.presence"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
sender
type
matrix-appservice-bridge
Loading...