D++ (DPP)
C++ Discord API Bot Library
|
Voice state update. More...
#include <dispatcher.h>
Public Member Functions | |
voice_track_marker_t (class discord_client *client, const std::string &raw) | |
Public Attributes | |
class discord_voice_client * | voice_client |
std::string | track_meta |
std::string | raw_event |
class discord_client * | from |
Voice state update.
dpp::voice_track_marker_t::voice_track_marker_t | ( | class discord_client * | client, |
const std::string & | raw | ||
) |
Constructor
client | The shard the event originated on. Will always be null. |
raw | Raw event text as JSON. Will always be empty. |
|
inherited |
Shard the event came from
|
inherited |
Raw event text
std::string dpp::voice_track_marker_t::track_meta |
Track metadata
class discord_voice_client* dpp::voice_track_marker_t::voice_client |
Voice client