Skip to content

Commit 4bcbf8a

Browse files
committed
docs: ✏️ Add embedded Field for Client Status Object
1 parent 404b074 commit 4bcbf8a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/events/gateway-events.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,11 +1123,12 @@ The user object within this event can be partial, the only field which must be s
11231123

11241124
Active sessions are indicated with an "online", "idle", or "dnd" string per platform. If a user is offline or invisible, the corresponding field is not present.
11251125

1126-
| Field | Type | Description |
1127-
|----------|--------|-----------------------------------------------------------------------------------|
1128-
| desktop? | string | User's status set for an active desktop (Windows, Linux, Mac) application session |
1129-
| mobile? | string | User's status set for an active mobile (iOS, Android) application session |
1130-
| web? | string | User's status set for an active web (browser, bot user) application session |
1126+
| Field | Type | Description |
1127+
|-----------|--------|-------------------------------------------------------------------------------------------|
1128+
| desktop? | string | User's status set for an active desktop (Windows, Linux, Mac) application session |
1129+
| mobile? | string | User's status set for an active mobile (iOS, Android) application session |
1130+
| web? | string | User's status set for an active web (browser, bot user) application session |
1131+
| embedded? | string | User's status set for an active embedded (Xbox, PlayStation, in-game) application session |
11311132

11321133
#### Activity Object
11331134

0 commit comments

Comments
 (0)