![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For batch editing the permissions of a collection of Guild ApplicationCommands. More...
#include <ApplicationCommandEntities.hpp>
Public Data Members | |
Snowflake | applicationId {} |
The current application's Id (The Bot's User Id). | |
Snowflake | guildId {} |
The Guild id of the Guild for which you would like to batch edit Guild application permissions. | |
std::vector< GuildApplicationCommandPermissionsData > | permissions {} |
A vector of edit-Guild-application-permissions responseData to edit. | |