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

metadata for threads More...

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


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