DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::get_application_command_permissions_data Struct Reference

For acquiring the permissions of a single guild application_command_data. More...

#include <ApplicationCommandEntities.hpp>

Public Data Members

snowflake applicationId {}
 The current application's snowflake (the bot's user_data snowflake).
 
jsonifier::string commandName {}
 The name of the command which you would like to collect the permissions of.
 
snowflake guildId {}
 The id of the guild from which you would like to acquire the command permissions.
 

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