|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
| char * | token |
| u64snowflake | guild_id |
| char * | endpoint |
Public methods
discord_voice_server_update_from_json(const char json[], size_t len, struct discord_voice_server_update *this)discord_voice_server_update_from_jsmnf(jsmnf *root, const char json[], struct discord_voice_server_update *this)discord_voice_server_update_to_json(char buf[], size_t size, const struct discord_voice_server_update *this)discord_voice_server_update_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_voice_server_update *this) | char* discord_voice_server_update::token |
voice connection token
| u64snowflake discord_voice_server_update::guild_id |
the guild this voice server update is for
| char* discord_voice_server_update::endpoint |
the voice server host