![]() |
D++ (DPP)
C++ Discord API Bot Library
|
Returned when fetching the permissions for a command in a guild. More...
#include <appcommand.h>
Inheritance diagram for dpp::guild_command_permissions:
Collaboration diagram for dpp::guild_command_permissions:Public Member Functions | |
| guild_command_permissions () | |
| Construct a new guild command permissions object. More... | |
| virtual | ~guild_command_permissions ()=default |
| std::string | build_json (bool with_id=false) const |
| Convert object to json string. More... | |
| guild_command_permissions & | fill_from_json (nlohmann::json *j) |
| Convert object from nlohmann::json. More... | |
| auto | to_json (bool with_id=false) const |
| Convert object to nlohmann::json. More... | |
Public Attributes | |
| snowflake | application_id |
| the id of the application the command belongs to More... | |
| snowflake | guild_id |
| the id of the guild More... | |
| snowflake | id |
| the id of the command More... | |
| std::vector< command_permission > | permissions |
| the permissions for the command in the guild More... | |
Protected Member Functions | |
| guild_command_permissions & | fill_from_json_impl (nlohmann::json *j) |
| Fill object properties from JSON. More... | |
Friends | |
| struct | json_interface< guild_command_permissions > |
Returned when fetching the permissions for a command in a guild.
| dpp::guild_command_permissions::guild_command_permissions | ( | ) |
Construct a new guild command permissions object.
|
virtualdefault |
|
inlineinherited |
Convert object to json string.
| with_id | Whether to include the ID or not |
|
inlineinherited |
Convert object from nlohmann::json.
| j | nlohmann::json object |
|
protected |
Fill object properties from JSON.
| j | JSON to fill from |
|
inlineinherited |
Convert object to nlohmann::json.
| with_id | Whether to include the ID or not |
|
friend |
| 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