Are you an LLM? You can read better optimized documentation at /en/message-templates/types/discord/activity.md for this page in Markdown format
Activity
This data type describes member activity status.
Properties
| Property | Type | Description |
|---|---|---|
rich | Boolean | true if this activity is Rich Presence (detailed) |
type | String | Activity type (STREAMING, LISTENING, WATCHING, CUSTOM_STATUS, COMPETING) |
emoji | String | Custom status emoji |
name | String | Activity name |
url | String | Activity URL (stream URL) |
startTime | DateTime | Activity start time |
endTime | DateTime | Activity end time |
details | String | Activity details (What the member is currently doing) |
state | String | Activity state ("Looking to Play", "Playing Solo", "In a Group", etc) |
largeImageUrl | String | URL of the large activity image |
largeImageText | String | Text which is displayed when hovering the large image |
smallImageUrl | String | URL of the small activity image |
smallImageText | String | Text which is displayed when hovering the small image |