![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For deleting a Message. More...
#include <MessageEntities.hpp>
Public Data Members | |
Snowflake | channelId {} |
The channel Id of the Message to delete. | |
Snowflake | messageId {} |
The message Id of the Message to delete. | |
std::string | reason {} |
The reason for deleting the Message. | |
int32_t | timeDelay {} |
Number of Milliseconds to wait before deleting the Message. | |
TimeStamp | timeStamp {} |
The created-at timeStamp of the original message. | |