|
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_video_from_json(const char json[], size_t len, struct discord_embed_video *this)discord_embed_video_from_jsmnf(jsmnf *root, const char json[], struct discord_embed_video *this)| char* discord_embed_video::url |
source url of video
| char* discord_embed_video::proxy_url |
a proxied url of the video
| int discord_embed_video::height |
height of video
| int discord_embed_video::width |
width of video