Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 475 Bytes

File metadata and controls

13 lines (11 loc) · 475 Bytes
title Presence
description Presence Schema Reference

Properties

Property Type Required Description
userId string User identifier
status Enum<'online' | 'away' | 'offline'> Current presence status
lastSeen string ISO 8601 datetime of last activity
metadata Record<string, any> optional Custom presence data (e.g., current page, custom status)