Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Embed Structure. More...
#include <channel.h>
Public Attributes | |
char | title [EMBED_TITLE_LEN] |
char | type [32] |
char | description [EMBED_DESCRIPTION_LEN] |
char * | url |
u64_unix_ms_t | timestamp |
int | color |
struct discord_embed_footer * | footer |
struct discord_embed_image * | image |
struct discord_embed_thumbnail * | thumbnail |
struct discord_embed_video * | video |
struct discord_embed_provider * | provider |
struct discord_embed_author * | author |
struct discord_embed_field ** | fields |
Embed Structure.