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
23
CCORDcode
discord_list_voice_regions
(
struct
discord
*client,
24
struct
discord_ret_voice_regions
*ret);
25
31
#endif
/* DISCORD_VOICE_H */
CCORDcode
CCORDcode
Definition:
error.h:12
discord_list_voice_regions
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
discord_ret_voice_regions
Request's return context.
Definition:
discord-response.h:157
discord
The Discord client handler.
Definition:
discord-internal.h:1190
include
voice.h
Generated by
1.9.3