From 4bcbf8aa098271a008b4c998ad4f932d287cfc8b Mon Sep 17 00:00:00 2001 From: Fabien Bounoir <71253960+FabienBounoir@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:39:12 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Add=20embedded=20F?= =?UTF-8?q?ield=20for=20Client=20Status=20Object?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/events/gateway-events.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/events/gateway-events.mdx b/docs/events/gateway-events.mdx index d46320ede7..c075e7c3a1 100644 --- a/docs/events/gateway-events.mdx +++ b/docs/events/gateway-events.mdx @@ -1123,11 +1123,12 @@ The user object within this event can be partial, the only field which must be s 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. -| Field | Type | Description | -|----------|--------|-----------------------------------------------------------------------------------| -| desktop? | string | User's status set for an active desktop (Windows, Linux, Mac) application session | -| mobile? | string | User's status set for an active mobile (iOS, Android) application session | -| web? | string | User's status set for an active web (browser, bot user) application session | +| Field | Type | Description | +|-----------|--------|-------------------------------------------------------------------------------------------| +| desktop? | string | User's status set for an active desktop (Windows, Linux, Mac) application session | +| mobile? | string | User's status set for an active mobile (iOS, Android) application session | +| web? | string | User's status set for an active web (browser, bot user) application session | +| embedded? | string | User's status set for an active embedded (Xbox, PlayStation, in-game) application session | #### Activity Object