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

Integration data. More...

#include <FoundationEntities.hpp>

Public Data Members

account_data account {}
 Account data.
 
application_data application {}
 Application data.
 
bool enabled {}
 Enabled?
 
bool enableEmoticons { true }
 Emoticons enabled?
 
uint64_t expireBehavior {}
 What to do upon expiry.
 
uint64_t expireGracePeriod {}
 How int64_t before the integration expires.
 
jsonifier::string name {}
 Name of the integration.
 
bool revoked {}
 Has it been revoked?
 
snowflake roleId {}
 Role_data snowflake.
 
uint64_t subscriberCount {}
 Number of current subscribers.
 
jsonifier::string syncedAt {}
 Time it was last synced at.
 
bool syncing {}
 Is it syncing?
 
jsonifier::string type {}
 Type of integration.
 
user_data user {}
 User_data data for the integration.
 

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