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_thread_response_body_from_json(const char json[], size_t len, struct discord_thread_response_body *this)
discord_thread_response_body_from_jsmnf(jsmnf *root, const char json[], struct discord_thread_response_body *this)
struct discord_channels* discord_thread_response_body::threads |
the archived threads
struct discord_thread_members* discord_thread_response_body::members |
a thread member object for each returned thread the current user has joined
bool discord_thread_response_body::has_more |
whether there are potentially additional threads that could be returned on a subsequent call