D++ (DPP)
C++ Discord API Bot Library
|
Returned when fetching the permissions for a command in a guild. More...
#include <slashcommand.h>
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_permission > | permissions |
the permissions for the command in the guild More... | |
Returned when fetching the permissions for a command in a guild.
snowflake dpp::guild_command_permissions::application_id |
the id of the application the command belongs to
snowflake dpp::guild_command_permissions::guild_id |
the id of the guild
snowflake dpp::guild_command_permissions::id |
the id of the command
std::vector<command_permission> dpp::guild_command_permissions::permissions |
the permissions for the command in the guild