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

For pruning a number of guild_members from the guild. More...

#include <GuildEntities.hpp>

Public Data Members

bool computePruneCount {}
 roles to be included in the prune.
 
snowflake guildId {}
 Guild within which to perform the prune.
 
jsonifier::string reason {}
 whether 'pruned' is returned, discouraged for large guilds. More...
 

Member Data Documentation

◆ reason

jsonifier::string discord_core_api::begin_guild_prune_data::reason {}

Reason for pruning the guild_members.

Definition at line 127 of file GuildEntities.hpp.


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