D++ (DPP)
C++ Discord API Bot Library
|
Message remove all reactions. More...
#include <dispatcher.h>
Public Member Functions | |
message_reaction_remove_all_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
guild * | reacting_guild |
channel * | reacting_channel |
snowflake | message_id |
std::string | raw_event |
class discord_client * | from |
Message remove all reactions.
dpp::message_reaction_remove_all_t::message_reaction_remove_all_t | ( | class discord_client * | client, |
const std::string & | raw | ||
) |
Constructor
client | The shard the event originated on |
raw | Raw event text as JSON |
|
inherited |
Shard the event came from
snowflake dpp::message_reaction_remove_all_t::message_id |
|
inherited |
Raw event text
channel* dpp::message_reaction_remove_all_t::reacting_channel |
guild* dpp::message_reaction_remove_all_t::reacting_guild |