Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
u64snowflake | guild_id |
u64snowflake | channel_id |
bool | self_mute |
bool | self_deaf |
Public methods
discord_update_voice_state_from_json(const char json[], size_t len, struct discord_update_voice_state *this)
discord_update_voice_state_from_jsmnf(jsmnf *root, const char json[], struct discord_update_voice_state *this)
u64snowflake discord_update_voice_state::guild_id |
ID of the guild
u64snowflake discord_update_voice_state::channel_id |
ID of the voice channel client wants to join (null if disconnecting)
bool discord_update_voice_state::self_mute |
is the client muted
bool discord_update_voice_state::self_deaf |
is the client deafened