-
Notifications
You must be signed in to change notification settings - Fork 5
GodotcordActivity
Drachenfrucht1 edited this page Aug 18, 2021
·
2 revisions
Data class for the discord game activity
Data class for the discord game activity.
string | state |
string | details |
string | large_image |
string | large_text |
string | small_image |
string | small_text |
string | party_id |
int | party_max |
int | party_current |
string | match_secret |
string | join_secret |
string | spectate_secret |
int | start |
int | end |
int | application_id |
enum ActivityRequestReply
- NO=0 --- Reject the request
- YES=1 --- Accept the request
- IGNORE=2 --- Ignore the request
enum ActivityActionType
- JOIN=1 --- Marks a join request
- SPECTATE=2 --- Marks a spectate request