|
dscrd
Discord C library
|
Activity object (game) More...
#include <dscrd.h>
Data Fields | |
| char | application_id [21] |
| application id for the game More... | |
| uint8_t | _type |
| reserved More... | |
| char * | name |
| int | type |
| activity type More... | |
| char * | url |
| stream url, required if type is ACTIVITY_STREAMING, only twitch.tv supported More... | |
| int | timestamp_start |
| int | timestamp_stop |
| char * | details |
| what the player is currently doing More... | |
| char * | state |
| the user's current party status More... | |
| bool | instance |
| whether or not the activity is an instanced game session More... | |
| int | flags |
| activity flags ORd together, describes what the payload includes More... | |
Activity object (game)
| uint8_t _type |
reserved
| char application_id[21] |
application id for the game
| char* details |
what the player is currently doing
| int flags |
activity flags ORd together, describes what the payload includes
| bool instance |
whether or not the activity is an instanced game session
| char* name |
guild id of webhook the activity's name
| char* state |
the user's current party status
| int timestamp_start |
TODO timestamp_x -> timestamps unix timestamps for start and/or end of the game
| int timestamp_stop |
| int type |
activity type
| char* url |
stream url, required if type is ACTIVITY_STREAMING, only twitch.tv supported
1.8.13