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

Meta data for a thread_data type of channel_data. More...

#include <FoundationEntities.hpp>

Public Data Members

bool archived {}
 Whether or not this thread_data is currently archived.
 
jsonifier::string archiveTimestamp {}
 (where applicable) the time at which this thread_data was archived.
 
uint64_t autoArchiveDuration {}
 How int64_t before archiving this thread_data.
 
bool invitable {}
 The id of the individual who archived this thread_data.
 
bool locked {}
 Whether or not this thread_data is currently locked.
 

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