metadata for threads More...
#include "thread.h"

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 (60, 1440, 4320, 10080). More... | |
| bool | invitable |
| Whether non-moderators can add other non-moderators. More... | |
| bool | locked |
| Whether a thread is locked. 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 (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 un-archive it.