Concord - C Discord API library
A Discord API wrapper library written in C
discord_update_voice_state Struct Reference

#include <gateway.h>

Data Fields

u64snowflake guild_id
 
u64snowflake channel_id
 
bool self_mute
 
bool self_deaf
 

Detailed Description

Public methods

Field Documentation

◆ guild_id

u64snowflake discord_update_voice_state::guild_id

ID of the guild

◆ channel_id

u64snowflake discord_update_voice_state::channel_id

ID of the voice channel client wants to join (null if disconnecting)

◆ self_mute

bool discord_update_voice_state::self_mute

is the client muted

◆ self_deaf

bool discord_update_voice_state::self_deaf

is the client deafened


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