Concord - C Discord API library
A Discord API wrapper library written in C
discord_embed_field Struct Reference

#include <channel.h>

Data Fields

char * name
 
char * value
 
bool Inline
 

Detailed Description

Field Documentation

◆ name

char* discord_embed_field::name

name of the field

Examples
embed.c.

◆ value

char* discord_embed_field::value

value of the field

◆ Inline

bool discord_embed_field::Inline

whether or not this field should display inline


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