Integration

struct Integration {
Snowflake id;
string name;
string type;
bool enabled;
bool syncing;
Snowflake role_id;
int expire_behavior;
int expire_grace_period;
User user;
Account account;
SafeTime synced_at;
}

Members

Structs

Account
struct Account

https://discordapp.com/developers/docs/resources/guild#integration-account-object

Meta