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

For bulk-overwriting 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 id of the guild which you would like to overwrite the commands of.
 
jsonifier::vector< create_guild_application_command_dataresponseData {}
 A vector of the options for the application_commands.
 

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