![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Data that is received as part of a Message delete bulk event. More...
#include <EventManager.hpp>
Public Data Members | |
Snowflake | channelId {} |
The id of the Channel from which the Message was deleted. | |
Snowflake | guildId {} |
The id of the Guild from which the Message was deleted. | |
std::vector< Snowflake > | ids {} |
A vector containing the list of deleted Message ids. | |