Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <guild_template.h>
Data Fields | |
char * | name |
char * | description |
Public methods
discord_create_guild_template_from_json(const char json[], size_t len, struct discord_create_guild_template *this)
discord_create_guild_template_from_jsmnf(jsmnf *root, const char json[], struct discord_create_guild_template *this)
char* discord_create_guild_template::name |
name of the template (1-100 characters)
char* discord_create_guild_template::description |
description for the template (0-120 characters)