Skip to main content
Module

x/natico/deps.ts>ThreadMetadata

A powerful and customizable framework for Discordeno
Latest
interface ThreadMetadata
Re-export
import { type ThreadMetadata } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

archived: boolean

Whether the thread is archived

autoArchiveDuration:
| 60
| 1440
| 4320
| 10080

Duration in minutes to automatically archive the thread after recent activity

archiveTimestamp: string

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

optional
locked: boolean

When a thread is locked, only users with MANAGE_THREADS can unarchive it

optional
invitable: boolean

whether non-moderators can add other non-moderators to a thread; only available on private threads