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

#include <gateway.h>

Collaboration diagram for discord_thread_list_sync:
[legend]

Data Fields

u64snowflake guild_id
 
struct snowflakeschannel_ids
 
struct discord_channelsthreads
 
struct discord_thread_membersmembers
 

Detailed Description

Public methods

Field Documentation

◆ guild_id

u64snowflake discord_thread_list_sync::guild_id

the id of the guild

◆ channel_ids

struct snowflakes* discord_thread_list_sync::channel_ids

the parent channel ids whose threads are being synced. if omitted, then threads were synced for the entire guild. This array may contain channel_ids that have no active threads as well, so you know to clear data

◆ threads

struct discord_channels* discord_thread_list_sync::threads

all active threads in the given channels that the current user can access

◆ members

struct discord_thread_members* discord_thread_list_sync::members

all thread member objects from the synced threads for the current user, indicating which threads the current user has been added to


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