DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::connection_data Struct Reference

Represents a single user_data connection. More...

#include <FoundationEntities.hpp>

Public Data Members

bool friendSync {}
 Whether friend sync is enabled for this connection.
 
snowflake id {}
 snowflake of the connection account.
 
jsonifier::vector< integration_dataintegrations {}
 An array of partial server integrations.
 
jsonifier::string name {}
 The username of the connection account.
 
bool revoked {}
 Whether the connection is revoked.
 
bool showActivity {}
 Whether activities related to this connection will be shown in presence updates.on.
 
jsonifier::string type {}
 The service of the connection(twitch, youtube).
 
bool verified {}
 Whether the connection is verified.
 
connection_visibility_types visibility {}
 Visibility of this connecti.
 

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