![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Data for when threads are synced. More...
#include <FoundationEntities.hpp>
Public Data Members | |
std::vector< std::string > | channelIds {} |
The parent Channel ids whose threads are being synced. | |
Snowflake | guildId {} |
The id of the Guild for which the threads are being synced. | |
std::vector< ThreadMemberData > | members {} |
Array of members that are a part of the Thread. | |
std::vector< ChannelData > | threads {} |
All active threads in the given channels that the current User can access. | |