![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Represents a single User Connection. More...
#include <FoundationEntities.hpp>
Public Data Members | |
bool | friendSync {} |
Whether friend sync is enabled for this connection. | |
Snowflake | id {} |
Id of the connection account. | |
std::vector< IntegrationData > | integrations {} |
An array of partial server integrations. | |
std::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. | |
std::string | type {} |
The service of the connection(twitch, youtube). | |
bool | verified {} |
Whether the connection is verified. | |
ConnectionVisibilityTypes | visibility {} |
Visibility of this connection. | |