presence property

  1. @Deprecated('Deprecated in favour of currentPresence.')
Presence? presence

The newest presence of this user if there is any and null if not.

Implementation

@Deprecated('Deprecated in favour of currentPresence.')
Presence? get presence => room.client.presences[id]?.toPresence();