Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
u64snowflake | guild_id |
struct discord_role * | role |
Public methods
discord_guild_role_create_from_json(const char json[], size_t len, struct discord_guild_role_create *this)
discord_guild_role_create_from_jsmnf(jsmnf *root, const char json[], struct discord_guild_role_create *this)
discord_guild_role_create_to_json(char buf[], size_t size, const struct discord_guild_role_create *this)
discord_guild_role_create_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_guild_role_create *this)
u64snowflake discord_guild_role_create::guild_id |
the id of the guild
struct discord_role* discord_guild_role_create::role |
the role created