|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
| struct discord_channels * | threads |
| struct discord_thread_members * | members |
| bool | has_more |
Public methods
discord_list_active_threads_from_json(const char json[], size_t len, struct discord_list_active_threads *this)discord_list_active_threads_from_jsmnf(jsmnf *root, const char json[], struct discord_list_active_threads *this)| struct discord_channels* discord_list_active_threads::threads |
the active threads
| struct discord_thread_members* discord_list_active_threads::members |
a thread member object for each returned thread the current user has joined
| bool discord_list_active_threads::has_more |
whether there are potentially additional threads that could be returned on a subsequent call