![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Data that is received as part of a GuildMember remove event. More...
#include <EventManager.hpp>
Public Data Members | |
Snowflake | guildId {} |
The id of the Guild from which they were removed. | |
std::unique_ptr< UserData > | user { std::make_unique<UserData>() } |
The User responseData of the removed GuildMember. | |