D++ (DPP)
C++ Discord API Bot Library
|
metadata for threads More...
#include <channel.h>
Public Attributes | |
bool | archived |
Whether a thread is archived. More... | |
time_t | archive_timestamp |
When the thread was archived. More... | |
uint16_t | auto_archive_duration |
The duration after a thread will archive. More... | |
bool | locked |
Whether a thread is locked. More... | |
bool | invitable |
Whether non-moderators can add other non-moderators. More... | |
metadata for threads
time_t dpp::thread_metadata::archive_timestamp |
When the thread was archived.
bool dpp::thread_metadata::archived |
Whether a thread is archived.
uint16_t dpp::thread_metadata::auto_archive_duration |
The duration after a thread will archive.
bool dpp::thread_metadata::invitable |
Whether non-moderators can add other non-moderators.
bool dpp::thread_metadata::locked |
Whether a thread is locked.