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

Metadata about the interaction, including the source of the interaction and relevant server and user IDs. More...

+ Collaboration diagram for dpp::interaction_metadata_type:

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...
 

Detailed Description

Metadata about the interaction, including the source of the interaction and relevant server and user IDs.

Member Data Documentation

◆ id

snowflake dpp::interaction_metadata_type::id

ID of the interaction.

◆ interacted_message_id

snowflake dpp::interaction_metadata_type::interacted_message_id

ID of the message that contained interactive component, present only on messages created from component interactions.

◆ original_response_message_id

snowflake dpp::interaction_metadata_type::original_response_message_id

ID of the original response message, present only on follow-up messages.

◆ type

uint8_t dpp::interaction_metadata_type::type

User who triggered the interaction.

◆ usr

user dpp::interaction_metadata_type::usr

User who triggered the interaction.

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