![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
voice user talking More...
#include <dispatcher.h>
 Inheritance diagram for dpp::voice_user_talking_t:
 Collaboration diagram for dpp::voice_user_talking_t:Public Member Functions | |
| voice_user_talking_t (class DiscordClient *client, const std::string &raw) | |
| Constructor.  More... | |
Public Attributes | |
| class DiscordClient * | from | 
| std::string | raw_event | 
| uint8_t | talking_flags | 
| snowflake | user_id | 
| class DiscordVoiceClient * | voice_client | 
voice user talking
| dpp::voice_user_talking_t::voice_user_talking_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
| uint8_t dpp::voice_user_talking_t::talking_flags | 
| snowflake dpp::voice_user_talking_t::user_id | 
| class DiscordVoiceClient* dpp::voice_user_talking_t::voice_client |