Skip to main content
Latest
interface ThreadMetadata
Re-export
import { type ThreadMetadata } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/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