Concord - C Discord API library
A Discord API wrapper library written in C
voice.h
Go to the documentation of this file.
1
7#ifndef DISCORD_VOICE_H
8#define DISCORD_VOICE_H
9
24 struct discord_ret_voice_regions *ret);
25
31#endif /* DISCORD_VOICE_H */
CCORDcode
Definition: error.h:12
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
Request's return context.
Definition: discord-response.h:157
The Discord client handler.
Definition: discord-internal.h:1190