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

A button click for a button component. More...

#include "appcommand.h"

Collaboration diagram for dpp::component_interaction:

Public Attributes

uint8_t component_type
 Component type (dpp::component_type) More...
 
std::string custom_id
 Custom ID set when created. More...
 
std::vector< std::string > values
 Possible values for a drop down list. More...
 

Detailed Description

A button click for a button component.

Member Data Documentation

◆ component_type

uint8_t dpp::component_interaction::component_type

Component type (dpp::component_type)

◆ custom_id

std::string dpp::component_interaction::custom_id

Custom ID set when created.

◆ values

std::vector<std::string> dpp::component_interaction::values

Possible values for a drop down list.


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