![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
metadata for threads More...
#include <channel.h>
 Collaboration diagram for dpp::thread_metadata:Public Attributes | |
| time_t | archive_timestamp | 
| Timestamp when the thread's archive status was last changed, used for calculating recent activity.  More... | |
| bool | archived | 
| Whether a thread is archived.  More... | |
| uint16_t | auto_archive_duration | 
| The duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080.  More... | |
| bool | invitable | 
| Whether non-moderators can add other non-moderators. Only for private threads.  More... | |
| bool | locked | 
Whether a thread is locked. When a thread is locked, only users with MANAGE_THREADS can unarchive it.  More... | |
metadata for threads
| time_t dpp::thread_metadata::archive_timestamp | 
Timestamp when the thread's archive status was last changed, used for calculating recent activity.
| bool dpp::thread_metadata::archived | 
Whether a thread is archived.
| uint16_t dpp::thread_metadata::auto_archive_duration | 
The duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080.
| bool dpp::thread_metadata::invitable | 
Whether non-moderators can add other non-moderators. Only for private threads.
| bool dpp::thread_metadata::locked | 
Whether a thread is locked. When a thread is locked, only users with MANAGE_THREADS can unarchive it.