Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
char * | url |
char * | proxy_url |
int | height |
int | width |
Public methods
discord_embed_image_from_json(const char json[], size_t len, struct discord_embed_image *this)
discord_embed_image_from_jsmnf(jsmnf *root, const char json[], struct discord_embed_image *this)
char* discord_embed_image::url |
source url of image (only supports http(s) and attachments)
char* discord_embed_image::proxy_url |
a proxied url of the image
int discord_embed_image::height |
height of image
int discord_embed_image::width |
width of image