D++ (DPP)
C++ Discord API Bot Library
|
voice client speaking event More...
#include <dispatcher.h>
Public Member Functions | |
voice_client_speaking_t (class discord_client *client, const std::string &raw) | |
Constructor. More... | |
Public Attributes | |
class discord_voice_client * | voice_client |
snowflake | user_id |
uint32_t | ssrc |
std::string | raw_event |
class discord_client * | from |
voice client speaking event
dpp::voice_client_speaking_t::voice_client_speaking_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 |
|
inherited |
Shard the event came from
|
inherited |
Raw event text
uint32_t dpp::voice_client_speaking_t::ssrc |
snowflake dpp::voice_client_speaking_t::user_id |
class discord_voice_client* dpp::voice_client_speaking_t::voice_client |