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

Represents the settings for the bot/application's in-app authorization link. More...

#include "application.h"

Collaboration diagram for dpp::application_install_params:

Public Attributes

permission permissions
 A bitmask of dpp::permissions to request for the bot role. More...
 
std::vector< std::string > scopes
 The scopes as strings to add the application to the server with. More...
 

Detailed Description

Represents the settings for the bot/application's in-app authorization link.

Member Data Documentation

◆ permissions

permission dpp::application_install_params::permissions

A bitmask of dpp::permissions to request for the bot role.

◆ scopes

std::vector<std::string> dpp::application_install_params::scopes

The scopes as strings to add the application to the server with.

See also
https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes

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