DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::modify_user_voice_state_data Struct Reference

For modifying a user's voice state. More...

#include <UserEntities.hpp>

Public Data Members

snowflake channelId {}
 The id of the channel_data the user is currently in.
 
snowflake guildId {}
 The guild within which you would like to modify their voice state.
 
bool suppress {}
 Toggles the user's suppress state.
 
snowflake userId {}
 The user for which you would like to modify the voice state of.
 

The documentation for this struct was generated from the following file: