D++ (DPP)
C++ Discord API Bot Library
dpp::message::message_ref Struct Reference

Reference to another message, e.g. a reply. More...

+ Collaboration diagram for dpp::message::message_ref:

Public Attributes

snowflake message_id
 ID of the originating message. More...
 
snowflake channel_id
 ID of the originating message's channel. More...
 
snowflake guild_id
 ID of the originating message's guild. 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...
 

Detailed Description

Reference to another message, e.g. a reply.

Member Data Documentation

◆ channel_id

snowflake dpp::message::message_ref::channel_id

ID of the originating message's channel.

◆ fail_if_not_exists

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.

◆ guild_id

snowflake dpp::message::message_ref::guild_id

ID of the originating message's guild.

◆ message_id

snowflake dpp::message::message_ref::message_id

ID of the originating message.

D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0