|
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_thumbnail_from_json(const char json[], size_t len, struct discord_embed_thumbnail *this)discord_embed_thumbnail_from_jsmnf(jsmnf *root, const char json[], struct discord_embed_thumbnail *this)| char* discord_embed_thumbnail::url |
source url of thumbnail (only supports http(s) and attachments)
| char* discord_embed_thumbnail::proxy_url |
a proxied url of the thumbnail
| int discord_embed_thumbnail::height |
height of thumbnail
| int discord_embed_thumbnail::width |
width of thumbnail