We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a783e34 commit 3defaebCopy full SHA for 3defaeb
discord/activity.go
@@ -30,6 +30,7 @@ type Activity struct {
30
URL *string `json:"url"`
31
CreatedAt time.Time `json:"created_at"`
32
Timestamps *ActivityTimestamps `json:"timestamps,omitempty"`
33
+ SyncID *string `json:"sync_id,omitempty"`
34
ApplicationID snowflake.ID `json:"application_id,omitempty"`
35
Details *string `json:"details,omitempty"`
36
State *string `json:"state,omitempty"`
0 commit comments