Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
u64snowflake | id |
u64snowflake | guild_id |
u64snowflake | application_id |
Public methods
discord_integration_delete_from_json(const char json[], size_t len, struct discord_integration_delete *this)
discord_integration_delete_from_jsmnf(jsmnf *root, const char json[], struct discord_integration_delete *this)
discord_integration_delete_to_json(char buf[], size_t size, const struct discord_integration_delete *this)
discord_integration_delete_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_integration_delete *this)
u64snowflake discord_integration_delete::id |
integration id
u64snowflake discord_integration_delete::guild_id |
id of the guild
u64snowflake discord_integration_delete::application_id |
id of the bot/OAuth2 application for this Discord integration