D++ (DPP)
C++ Discord API Bot Library
|
voice user talking More...
#include <dispatcher.h>
Public Member Functions | |
voice_ready_t (class DiscordClient *client, const std::string &raw) | |
Constructor. More... | |
Public Attributes | |
class DiscordVoiceClient * | voice_client |
snowflake | voice_channel_id |
std::string | raw_event |
class DiscordClient * | from |
voice user talking
dpp::voice_ready_t::voice_ready_t | ( | class DiscordClient * | client, |
const std::string & | raw | ||
) |
Constructor.
client | The shard the event originated on WILL ALWAYS be NULL. |
raw | Raw event text as JSON |
|
inherited |
Shard the event came from
|
inherited |
Raw event text
snowflake dpp::voice_ready_t::voice_channel_id |
class DiscordVoiceClient* dpp::voice_ready_t::voice_client |