Skip to content

Commit f328546

Browse files
committed
docs: ✏️ Add embedded Field for Client Status Object
1 parent d42695f commit f328546

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
@@ -1129,11 +1129,12 @@ The user object within this event can be partial, the only field which must be s
11291129

11301130
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.
11311131

1132-
| Field | Type | Description |
1133-
|----------|--------|-----------------------------------------------------------------------------------|
1134-
| desktop? | string | User's status set for an active desktop (Windows, Linux, Mac) application session |
1135-
| mobile? | string | User's status set for an active mobile (iOS, Android) application session |
1136-
| web? | string | User's status set for an active web (browser, bot user) application session |
1132+
| Field | Type | Description |
1133+
|-----------|--------|-------------------------------------------------------------------------------------------|
1134+
| desktop? | string | User's status set for an active desktop (Windows, Linux, Mac) application session |
1135+
| mobile? | string | User's status set for an active mobile (iOS, Android) application session |
1136+
| web? | string | User's status set for an active web (browser, bot user) application session |
1137+
| embedded? | string | User's status set for an active embedded (Xbox, PlayStation, in-game) application session |
11371138

11381139
#### Activity Object
11391140

0 commit comments

Comments
 (0)