|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <guild.h>
Data Fields | |
| u64snowflake | id |
| char * | name |
| char * | icon |
| char * | description |
| char * | summary |
| struct discord_user * | bot |
| u64snowflake discord_integration_application::id |
the id of the app
| char* discord_integration_application::name |
the name of the app
| char* discord_integration_application::icon |
the icon hash of the app
| char* discord_integration_application::description |
the description of the app
| char* discord_integration_application::summary |
the summary of the app
| struct discord_user* discord_integration_application::bot |
the bot associated with this application