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

Reference to an interaction. More...

#include "message.h"

Collaboration diagram for dpp::message::message_interaction_struct:

Public Attributes

snowflake id
 ID of the interaction. More...
 
std::string name
 Name of the application command. More...
 
uint8_t type
 Type of interaction. More...
 
user usr
 The user who invoked the interaction. More...
 

Detailed Description

Reference to an interaction.

Member Data Documentation

◆ id

snowflake dpp::message::message_interaction_struct::id

ID of the interaction.

◆ name

std::string dpp::message::message_interaction_struct::name

Name of the application command.

◆ type

uint8_t dpp::message::message_interaction_struct::type

Type of interaction.

◆ usr

user dpp::message::message_interaction_struct::usr

The user who invoked the interaction.


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