DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::message_reference_data Struct Reference

Message reference data. More...

#include <FoundationEntities.hpp>

Public Data Members

snowflake channelId {}
 snowflake of the channel_data that the referenced message was sent in.
 
bool failIfNotExists {}
 Fail if the message doesn't exist?
 
snowflake guildId {}
 snowflake of the guild that the referenced message was sent in.
 
snowflake messageId {}
 snowflake of the message to reference.
 

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