| 
    Concord - C Discord API library
    
   A Discord API wrapper library written in C 
   | 
 
#include <webhook.h>
Data Fields | |
| u64snowflake | thread_id | 
| char * | content | 
| struct discord_embeds * | embeds | 
| struct discord_allowed_mention * | allowed_mentions | 
| struct discord_components * | components | 
| struct discord_attachments * | attachments | 
Public methods
discord_edit_webhook_message_from_json(const char json[], size_t len, struct discord_edit_webhook_message *this)discord_edit_webhook_message_from_jsmnf(jsmnf *root, const char json[], struct discord_edit_webhook_message *this)| u64snowflake discord_edit_webhook_message::thread_id | 
id of the thread the message is in
| char* discord_edit_webhook_message::content | 
the message contents (up to 2000 characters)
| struct discord_embeds* discord_edit_webhook_message::embeds | 
embedded rich content 
| struct discord_allowed_mention* discord_edit_webhook_message::allowed_mentions | 
allowed mentions for the message
| struct discord_components* discord_edit_webhook_message::components | 
the components to include with the message
| struct discord_attachments* discord_edit_webhook_message::attachments | 
attached files to keep and possible descriptions for new files