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