Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
discord_voice_state Struct Reference

Voice State Structure. More...

#include <voice.h>

Collaboration diagram for discord_voice_state:
Collaboration graph
[legend]

Public Attributes

u64_snowflake_t guild_id
 
u64_snowflake_t channel_id
 
u64_snowflake_t user_id
 
struct discord_guild_membermember
 
char * session_id
 
bool deaf
 
bool mute
 
bool self_deaf
 
bool self_mute
 
bool self_stream
 
bool self_video
 
bool supress
 

Detailed Description

Voice State Structure.

See also
https://discord.com/developers/docs/resources/voice#voice-state-object-voice-state-structure
Note
defined at specs/discord/voice.json:9:22

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