Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <user.h>
Data Fields | |
u64snowflake | id |
char * | name |
char * | type |
bool | revoked |
struct discord_integrations * | integrations |
bool | verified |
bool | friend_sync |
bool | show_activity |
enum discord_visibility_types | visibility |
u64snowflake discord_connection::id |
ID of the connection account
char* discord_connection::name |
the username of the connection account
char* discord_connection::type |
the service of the connection (twitch, youtube)
bool discord_connection::revoked |
whether the connection is revoked
struct discord_integrations* discord_connection::integrations |
an array of partial server integrations
bool discord_connection::verified |
whether the connection is verified
bool discord_connection::friend_sync |
whether friend sync is enabled for this connection
bool discord_connection::show_activity |
whether activities related to this connection will be shown in presence updates
enum discord_visibility_types discord_connection::visibility |
visibility of this connection