D++ (DPP)
C++ Discord API Bot Library
dpp::thread_metadata Struct Reference

metadata for threads More...

+ 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...
 
uint16_t auto_archive_duration
 The duration in minutes to automatically archive the thread after recent activity (60, 1440, 4320, 10080). More...
 
bool archived
 Whether a thread is archived. More...
 
bool locked
 Whether a thread is locked. When a thread is locked, only users with MANAGE_THREADS can un-archive it. More...
 
bool invitable
 Whether non-moderators can add other non-moderators. Only for private threads. More...
 

Detailed Description

metadata for threads

Member Data Documentation

◆ archive_timestamp

time_t dpp::thread_metadata::archive_timestamp

Timestamp when the thread's archive status was last changed, used for calculating recent activity.

◆ archived

bool dpp::thread_metadata::archived

Whether a thread is archived.

◆ auto_archive_duration

uint16_t dpp::thread_metadata::auto_archive_duration

The duration in minutes to automatically archive the thread after recent activity (60, 1440, 4320, 10080).

◆ invitable

bool dpp::thread_metadata::invitable

Whether non-moderators can add other non-moderators. Only for private threads.

◆ locked

bool dpp::thread_metadata::locked

Whether a thread is locked. When a thread is locked, only users with MANAGE_THREADS can un-archive it.

D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0