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

#include <channel.h>

Collaboration diagram for discord_edit_message:
[legend]

Data Fields

char * content
 
struct discord_embedsembeds
 
u64bitmask flags
 
struct discord_allowed_mentionallowed_mentions
 
struct discord_componentscomponents
 
struct discord_attachmentsattachments
 

Detailed Description

Field Documentation

◆ content

char* discord_edit_message::content

the message contents (up to 2000 characters)

◆ embeds

struct discord_embeds* discord_edit_message::embeds

embedded rich content (up to 6000 characters)

◆ flags

u64bitmask discord_edit_message::flags

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

◆ allowed_mentions

struct discord_allowed_mention* discord_edit_message::allowed_mentions

allowed mentions for the message

◆ components

struct discord_components* discord_edit_message::components

the components to include with the message

◆ attachments

struct discord_attachments* discord_edit_message::attachments

attachment objects with filename and description


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