![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Voice state data. More...
#include <FoundationEntities.hpp>
Public Data Members | |
bool | deaf {} |
Whether this User is deafened by the server. | |
bool | mute {} |
Whether this User is muted by the server. | |
TimeStamp | requestToSpeakTimestamp {} |
The time at which the User requested to speak. | |
bool | selfDeaf {} |
Whether this User is locally deafened. | |
bool | selfMute {} |
Whether this User is locally muted. | |
bool | selfStream {} |
Whether this User is streaming using "Go Live". | |
bool | selfVideo {} |
Whether this User's camera is enabled. | |
std::string | sessionId {} |
The session id for this voice state. | |
bool | suppress {} |
Whether this User is muted by the current User. | |
![]() | |
Snowflake | channelId {} |
The Channel id this User is connected to. | |
Snowflake | guildId {} |
The Guild id this voice state is for. | |
Snowflake | userId {} |
The User id this voice state is for. | |