D++ (DPP)
C++ Discord API Bot Library
|
Metadata about the interaction, including the source of the interaction and relevant server and user IDs. More...
#include <message.h>
Public Attributes | |
snowflake | id |
ID of the interaction. More... | |
uint8_t | type |
User who triggered the interaction. More... | |
user | usr |
User who triggered the interaction. More... | |
snowflake | original_response_message_id |
ID of the original response message, present only on follow-up messages. More... | |
snowflake | interacted_message_id |
ID of the message that contained interactive component, present only on messages created from component interactions. More... | |
Metadata about the interaction, including the source of the interaction and relevant server and user IDs.
snowflake dpp::interaction_metadata_type::id |
ID of the interaction.
snowflake dpp::interaction_metadata_type::interacted_message_id |
ID of the message that contained interactive component, present only on messages created from component interactions.
snowflake dpp::interaction_metadata_type::original_response_message_id |
ID of the original response message, present only on follow-up messages.
uint8_t dpp::interaction_metadata_type::type |
User who triggered the interaction.
user dpp::interaction_metadata_type::usr |
User who triggered the interaction.