D++ (DPP)
C++ Discord API Bot Library
dpp::voicestate Class Reference

Represents the voice state of a user on a guild These are stored in the dpp::guild object, and accessible there, or via dpp::channel::get_voice_members. More...

#include <voicestate.h>

+ Collaboration diagram for dpp::voicestate:

Public Member Functions

 voicestate ()
 Construct a new voicestate object. More...
 
 ~voicestate ()
 Destroy the voicestate object. More...
 
voicestatefill_from_json (nlohmann::json *j)
 Fill voicestate object from json data. More...
 
std::string build_json () const
 Build json representation of the object. More...
 
bool is_deaf () const
 Return true if user is deafened. More...
 
bool is_mute () const
 Return true if user is muted. More...
 
bool is_self_mute () const
 Return true if user muted themselves. More...
 
bool is_self_deaf () const
 Return true if user deafened themselves. More...
 
bool self_stream () const
 Return true if the user is streamig. More...
 
bool self_video () const
 Return true if the user is in video. More...
 
bool is_supressed () const
 Return true if user is surpressed. "HELP HELP I'M BEING SUPRESSED!". More...
 

Public Attributes

class discord_clientshard
 
snowflake guild_id
 
snowflake channel_id
 
snowflake user_id
 
std::string session_id
 
uint8_t flags
 

Detailed Description

Represents the voice state of a user on a guild These are stored in the dpp::guild object, and accessible there, or via dpp::channel::get_voice_members.

Constructor & Destructor Documentation

◆ voicestate()

dpp::voicestate::voicestate ( )

Construct a new voicestate object.

◆ ~voicestate()

dpp::voicestate::~voicestate ( )

Destroy the voicestate object.

Member Function Documentation

◆ build_json()

std::string dpp::voicestate::build_json ( ) const

Build json representation of the object.

Returns
std::string JSON string

◆ fill_from_json()

voicestate & dpp::voicestate::fill_from_json ( nlohmann::json j)

Fill voicestate object from json data.

Parameters
jJSON data to fill from
Returns
voicestate& Reference to self

◆ is_deaf()

bool dpp::voicestate::is_deaf ( ) const

Return true if user is deafened.

◆ is_mute()

bool dpp::voicestate::is_mute ( ) const

Return true if user is muted.

◆ is_self_deaf()

bool dpp::voicestate::is_self_deaf ( ) const

Return true if user deafened themselves.

◆ is_self_mute()

bool dpp::voicestate::is_self_mute ( ) const

Return true if user muted themselves.

◆ is_supressed()

bool dpp::voicestate::is_supressed ( ) const

Return true if user is surpressed. "HELP HELP I'M BEING SUPRESSED!".

◆ self_stream()

bool dpp::voicestate::self_stream ( ) const

Return true if the user is streamig.

◆ self_video()

bool dpp::voicestate::self_video ( ) const

Return true if the user is in video.

Member Data Documentation

◆ channel_id

snowflake dpp::voicestate::channel_id

◆ flags

uint8_t dpp::voicestate::flags

◆ guild_id

snowflake dpp::voicestate::guild_id

◆ session_id

std::string dpp::voicestate::session_id

◆ shard

class discord_client* dpp::voicestate::shard

◆ user_id

snowflake dpp::voicestate::user_id
D++ Library version 10.0.29D++ Library version 10.0.28D++ Library version 10.0.27D++ Library version 10.0.26D++ Library version 10.0.25D++ Library version 10.0.24D++ Library version 10.0.23D++ Library version 10.0.22D++ Library version 10.0.21D++ Library version 10.0.20D++ Library version 10.0.19D++ Library version 10.0.18D++ Library version 10.0.17D++ Library version 10.0.16D++ Library version 10.0.15D++ Library version 10.0.14D++ Library version 10.0.13D++ Library version 10.0.12D++ Library version 10.0.11D++ Library version 10.0.10D++ Library version 10.0.9D++ Library version 10.0.8D++ Library version 10.0.7D++ Library version 10.0.6D++ Library version 10.0.5D++ Library version 10.0.4D++ Library version 10.0.3D++ Library version 10.0.2D++ Library version 10.0.1D++ Library version 10.0.0D++ Library version 9.0.19D++ Library version 9.0.18D++ Library version 9.0.17D++ Library version 9.0.16D++ Library version 9.0.15D++ Library version 9.0.14D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0