Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
discord_embed Struct Reference

Embed Structure. More...

#include <channel.h>

Collaboration diagram for discord_embed:
Collaboration graph
[legend]

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_footerfooter
 
struct discord_embed_imageimage
 
struct discord_embed_thumbnailthumbnail
 
struct discord_embed_videovideo
 
struct discord_embed_providerprovider
 
struct discord_embed_authorauthor
 
struct discord_embed_field ** fields
 

Detailed Description

Embed Structure.

See also
https://discord.com/developers/docs/resources/channel#embed-object-embed-structure
Note
defined at specs/discord/channel.json:323:22

The documentation for this struct was generated from the following file: