D++ (DPP)
A Lightweight C++ library for Discord
dpp::guild_command_permissions Class Reference

Returned when fetching the permissions for a command in a guild. More...

+ Collaboration diagram for dpp::guild_command_permissions:

Public Attributes

snowflake id
 the id of the command More...
 
snowflake application_id
 the id of the application the command belongs to More...
 
snowflake guild_id
 the id of the guild More...
 
std::vector< command_permissionpermissions
 the permissions for the command in the guild More...
 

Detailed Description

Returned when fetching the permissions for a command in a guild.

Member Data Documentation

◆ application_id

snowflake dpp::guild_command_permissions::application_id

the id of the application the command belongs to

◆ guild_id

snowflake dpp::guild_command_permissions::guild_id

the id of the guild

◆ id

snowflake dpp::guild_command_permissions::id

the id of the command

◆ permissions

std::vector<command_permission> dpp::guild_command_permissions::permissions

the permissions for the command in the guild

D++ Library version 9.0.14D++ 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