Concord - C Discord API library
A Discord API wrapper library written in C
discord_connection Struct Reference

#include <user.h>

Collaboration diagram for discord_connection:
[legend]

Data Fields

u64snowflake id
 
char * name
 
char * type
 
bool revoked
 
struct discord_integrationsintegrations
 
bool verified
 
bool friend_sync
 
bool show_activity
 
enum discord_visibility_types visibility
 

Field Documentation

◆ id

u64snowflake discord_connection::id

ID of the connection account

◆ name

char* discord_connection::name

the username of the connection account

◆ type

char* discord_connection::type

the service of the connection (twitch, youtube)

◆ revoked

bool discord_connection::revoked

whether the connection is revoked

◆ integrations

struct discord_integrations* discord_connection::integrations

an array of partial server integrations

◆ verified

bool discord_connection::verified

whether the connection is verified

◆ friend_sync

bool discord_connection::friend_sync

whether friend sync is enabled for this connection

◆ show_activity

bool discord_connection::show_activity

whether activities related to this connection will be shown in presence updates

◆ visibility

enum discord_visibility_types discord_connection::visibility

visibility of this connection


The documentation for this struct was generated from the following file: