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

For removing a guild_member from a chosen guild. More...

#include <GuildMemberEntities.hpp>

Public Data Members

snowflake guildId {}
 Guild from which to kick the chosen guild_member_data.
 
snowflake guildMemberId {}
 snowflake of the chosen guild_member_data to kick.
 
jsonifier::string reason {}
 Reason for kicking the guild_member_data.
 

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