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