Interface

PresenceEventContent

PresenceEventContent

Event content for m.presence events
See:

View Source models/events/PresenceEvent.ts, line 31

Members

string

# avatar_url Optional

The avatar URL for the user, if any.

View Source models/events/PresenceEvent.ts, line 37

boolean

# currently_active Optional

Whether or not the user is currently active.

View Source models/events/PresenceEvent.ts, line 62

string

# displayname Optional

The display name for the user, if any.

View Source models/events/PresenceEvent.ts, line 43

number

# last_active_ago Optional

How long ago the user performed some action, in milliseconds.

View Source models/events/PresenceEvent.ts, line 49

PresenceState

# presence

The user's presence state.
See:

View Source models/events/PresenceEvent.ts, line 55

string

# status_msg Optional

A status message associated with this presence.

View Source models/events/PresenceEvent.ts, line 68