Concord - C Discord API library
A Discord API wrapper library written in C
discord_list_active_threads Struct Reference

#include <channel.h>

Collaboration diagram for discord_list_active_threads:
[legend]

Data Fields

struct discord_channelsthreads
 
struct discord_thread_membersmembers
 
bool has_more
 

Detailed Description

Field Documentation

◆ threads

struct discord_channels* discord_list_active_threads::threads

the active threads

◆ members

struct discord_thread_members* discord_list_active_threads::members

a thread member object for each returned thread the current user has joined

◆ has_more

bool discord_list_active_threads::has_more

whether there are potentially additional threads that could be returned on a subsequent call


The documentation for this struct was generated from the following file: