|  | D++ (DPP)
    C++ Discord API Bot Library | 
Session resumed. More...
#include <dispatcher.h>
 Inheritance diagram for dpp::resumed_t:
 Inheritance diagram for dpp::resumed_t: Collaboration diagram for dpp::resumed_t:
 Collaboration diagram for dpp::resumed_t:| Public Member Functions | |
| resumed_t (class discord_client *client, const std::string &raw) | |
| Public Attributes | |
| class discord_client * | from | 
| std::string | raw_event | 
| std::string | session_id | 
| uint32_t | shard_id | 
Session resumed.
| dpp::resumed_t::resumed_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
| std::string dpp::resumed_t::session_id | 
| uint32_t dpp::resumed_t::shard_id |