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

For deleting a message. More...

#include <MessageEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel snowflake of the message to delete.
 
snowflake messageId {}
 The message snowflake of the message to delete.
 
jsonifier::string reason {}
 The reason for deleting the message_data.
 
int32_t timeDelay {}
 Number of milliseconds to wait before deleting the message_data.
 
time_stamp timeStamp {}
 The created-at timeStamp of the original message.
 

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