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

For batch editing the permissions of a collection of guild application_commands. More...

#include <ApplicationCommandEntities.hpp>

Public Data Members

snowflake applicationId {}
 The current application's snowflake (the bot's user_data snowflake).
 
snowflake guildId {}
 The guild id of the guild for which you would like to batch edit guild application permissions.
 
jsonifier::vector< guild_application_command_permissions_datapermissions {}
 A vector of edit-guild-application-permissions responseData to edit.
 

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