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

#include <interactions.h>

Collaboration diagram for discord_create_followup_message:
[legend]

Data Fields

bool wait
 
u64snowflake thread_id
 
char * avatar_url
 
bool tts
 
struct discord_embedsembeds
 
struct discord_allowed_mentionallowed_mentions
 
struct discord_componentscomponents
 
struct discord_attachmentsattachments
 
u64bitmask flags
 

Detailed Description

Field Documentation

◆ wait

bool discord_create_followup_message::wait

waits for server confirmation of message send before response, and returns the created message body (defaults to false; when false a message that is not saved does not return an error)

◆ thread_id

u64snowflake discord_create_followup_message::thread_id

send a message to the specified thread within a webhook's channel; the thread will automatically be unarchived

◆ avatar_url

char* discord_create_followup_message::avatar_url

override the default avatar of the webhook

◆ tts

bool discord_create_followup_message::tts

true if this is a TTS message

◆ embeds

struct discord_embeds* discord_create_followup_message::embeds

embedded rich content

◆ allowed_mentions

struct discord_allowed_mention* discord_create_followup_message::allowed_mentions

allowed mentions for the message

◆ components

struct discord_components* discord_create_followup_message::components

the components to include with the message

◆ attachments

struct discord_attachments* discord_create_followup_message::attachments

attachment objects with filename and description

◆ flags

u64bitmask discord_create_followup_message::flags

Message flags combined as a bitfield (only SUPPRESS_EMBEDS can be set)


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