DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::thread_list_sync_data Struct Reference

Data for when threads are synced. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::vector< jsonifier::string > channelIds {}
 The parent channel_data ids whose threads are being synced.
 
snowflake guildId {}
 The id of the guild for which the threads are being synced.
 
jsonifier::vector< thread_member_datamembers {}
 Array of members that are a part of the thread_data.
 
jsonifier::vector< channel_datathreads {}
 All active threads in the given channels that the current user_data can access.
 

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