|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <interactions.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_original_interaction_response_from_json(const char json[], size_t len, struct discord_edit_original_interaction_response *this)discord_edit_original_interaction_response_from_jsmnf(jsmnf *root, const char json[], struct discord_edit_original_interaction_response *this)| u64snowflake discord_edit_original_interaction_response::thread_id |
id of the thread the message is in
| char* discord_edit_original_interaction_response::content |
the message contents (up to 2000 characters)
| struct discord_embeds* discord_edit_original_interaction_response::embeds |
embedded rich content
| struct discord_allowed_mention* discord_edit_original_interaction_response::allowed_mentions |
allowed mentions for the message
| struct discord_components* discord_edit_original_interaction_response::components |
the components to include with the message
| struct discord_attachments* discord_edit_original_interaction_response::attachments |
attached files to keep and possible descriptions for new files