D++ (DPP)
C++ Discord API Bot Library
|
Thread Update. More...
#include <dispatcher.h>
Public Member Functions | |
thread_update_t (class discord_client *client, const std::string &raw) | |
Constructor. More... | |
Public Attributes | |
guild * | updating_guild |
channel | updated |
std::string | raw_event |
class discord_client * | from |
Thread Update.
dpp::thread_update_t::thread_update_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
|
inherited |
Raw event text
channel dpp::thread_update_t::updated |
guild* dpp::thread_update_t::updating_guild |