![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
Reference to another message, e.g. a reply. More...
#include <message.h>
 Collaboration diagram for dpp::message::message_ref:Public Attributes | |
| snowflake | channel_id | 
| id of the originating message's channel  More... | |
| bool | fail_if_not_exists | 
| when sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true  More... | |
| snowflake | guild_id | 
| id of the originating message's guild  More... | |
| snowflake | message_id | 
| id of the originating message  More... | |
Reference to another message, e.g. a reply.
| snowflake dpp::message::message_ref::channel_id | 
id of the originating message's channel
| bool dpp::message::message_ref::fail_if_not_exists | 
when sending, whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message, default true
| snowflake dpp::message::message_ref::guild_id | 
id of the originating message's guild
| snowflake dpp::message::message_ref::message_id | 
id of the originating message