Concord - C Discord API library
A Discord API wrapper library written in C
|
Voice's public API supported by Concord. More...
Data Structures | |
struct | discord_ret_voice_regions |
Request's return context. More... | |
Functions | |
CCORDcode | discord_list_voice_regions (struct discord *client, struct discord_ret_voice_regions *ret) |
Get voice regions that can be used when setting a voice or stage channel's rtc_region More... | |
Voice's public API supported by Concord.
CCORDcode discord_list_voice_regions | ( | struct discord * | client, |
struct discord_ret_voice_regions * | ret | ||
) |
Get voice regions that can be used when setting a voice or stage channel's rtc_region
client | the client created with discord_init() |
ret | return context of the request. if successful a discord_voice_regions will be sent over to its assigned done callback |