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

#include <channel.h>

Data Fields

u64snowflake message_id
 
u64snowflake channel_id
 
u64snowflake guild_id
 
bool fail_if_not_exists
 

Field Documentation

◆ message_id

u64snowflake discord_message_reference::message_id

id of the originating message

Examples
channel.c.

◆ channel_id

u64snowflake discord_message_reference::channel_id

id of the originating message's channel

◆ guild_id

u64snowflake discord_message_reference::guild_id

id of the originating message's guild

◆ fail_if_not_exists

bool discord_message_reference::fail_if_not_exists

when sending, whether to error if the referenced message doesn't exist instead of sending as normal (non-reply) message, default true


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