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

For banning a current guild_member_data. More...

#include <GuildEntities.hpp>

Public Data Members

int32_t deleteMessageDays {}
 The number of days of their messages to delete.
 
snowflake guildId {}
 The id of the guild from which to ban the member.
 
snowflake guildMemberId {}
 The id of the member to be banned.
 
jsonifier::string reason {}
 The reason for the ban.
 

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