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

An application that has been integrated. More...

#include "integration.h"

Collaboration diagram for dpp::integration_app:

Public Attributes

class userbot
 The bot associated with this application. More...
 
std::string description
 The description of the app. More...
 
utility::iconhash icon
 The icon hash of the app. More...
 
snowflake id
 The id of the app. More...
 
std::string name
 The name of the app. More...
 

Detailed Description

An application that has been integrated.

Member Data Documentation

◆ bot

class user* dpp::integration_app::bot

The bot associated with this application.

◆ description

std::string dpp::integration_app::description

The description of the app.

◆ icon

utility::iconhash dpp::integration_app::icon

The icon hash of the app.

◆ id

snowflake dpp::integration_app::id

The id of the app.

◆ name

std::string dpp::integration_app::name

The name of the app.


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