D++ (DPP)
C++ Discord API Bot Library
|
Typing start. More...
#include <dispatcher.h>
Public Member Functions | |
typing_start_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
guild * | typing_guild |
channel * | typing_channel |
user * | typing_user |
time_t | timestamp |
std::string | raw_event |
class discord_client * | from |
Typing start.
dpp::typing_start_t::typing_start_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
time_t dpp::typing_start_t::timestamp |
channel* dpp::typing_start_t::typing_channel |
guild* dpp::typing_start_t::typing_guild |
user* dpp::typing_start_t::typing_user |