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

#include <interactions.h>

Collaboration diagram for discord_edit_followup_message:
[legend]

Data Fields

u64snowflake thread_id
 
char * content
 
struct discord_embedsembeds
 
struct discord_allowed_mentionallowed_mentions
 
struct discord_componentscomponents
 
struct discord_attachmentsattachments
 

Detailed Description

Field Documentation

◆ thread_id

u64snowflake discord_edit_followup_message::thread_id

id of the thread the message is in

◆ content

char* discord_edit_followup_message::content

the message contents (up to 2000 characters)

◆ embeds

struct discord_embeds* discord_edit_followup_message::embeds

embedded rich content

◆ allowed_mentions

struct discord_allowed_mention* discord_edit_followup_message::allowed_mentions

allowed mentions for the message

◆ components

struct discord_components* discord_edit_followup_message::components

the components to include with the message

◆ attachments

struct discord_attachments* discord_edit_followup_message::attachments

attached files to keep and possible descriptions for new files


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