Skip to content

Commit 1b437c2

Browse files
authored
Rich presence time bar (#7166)
1 parent 5506bce commit 1b437c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/rich_presence/Using_with_the_Embedded_App_SDK.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Below is a table with many of the available fields for the activity partial. Som
8888
| type | integer | [Activity](#DOCS_TOPICS_GATEWAY_EVENTS/activity-object-activity-types) type, which determines the header text for the Rich Presence data |
8989
| state | string | User's current party status |
9090
| details | string | What the player is currently doing in your Activity |
91-
| timestamps | [timestamps](#DOCS_TOPICS_GATEWAY_EVENTS/activity-object-activity-timestamps) object | Unix timestamps to display stand and/or end times |
91+
| timestamps | [timestamps](#DOCS_TOPICS_GATEWAY_EVENTS/activity-object-activity-timestamps) object | Unix timestamps to display start and/or end times |
9292
| assets | [assets](#DOCS_TOPICS_GATEWAY_EVENTS/activity-object-activity-assets) object | Images used for the Rich Presence data (and their hover texts) |
9393
| party | [party](#DOCS_TOPICS_GATEWAY_EVENTS/activity-object-activity-party) object | Information for the current party of the player |
9494

docs/topics/Gateway_Events.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,9 @@ Active sessions are indicated with an "online", "idle", or "dnd" string per plat
11501150
| start? | integer | Unix time (in milliseconds) of when the activity started |
11511151
| end? | integer | Unix time (in milliseconds) of when the activity ends |
11521152

1153+
> info
1154+
> For Listening and Watching activities, you can include both start and end timestamps to display a time bar.
1155+
11531156
###### Activity Emoji
11541157

11551158
| Field | Type | Description |

0 commit comments

Comments
 (0)