Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
int | size |
struct discord_embed_field * | array |
Public methods
discord_embed_fields_from_json(const char json[], size_t len, struct discord_embed_fields *this)
discord_embed_fields_from_jsmnf(jsmnf *root, const char json[], struct discord_embed_fields *this)
int discord_embed_fields::size |
struct discord_embed_field* discord_embed_fields::array |