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

#include <voice.h>

Data Fields

char * id
 
char * name
 
bool optimal
 
bool deprecated
 
bool custom
 

Field Documentation

◆ id

char* discord_voice_region::id

unique ID for the region

◆ name

char* discord_voice_region::name

name of the region

◆ optimal

bool discord_voice_region::optimal

true for a single server that is closest to the current user's client

◆ deprecated

bool discord_voice_region::deprecated

whether this is a deprecated voice region (avoid switching to these)

◆ custom

bool discord_voice_region::custom

whether this is a custom voice region (used for events/etc)


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