interface DiscordThreadMetadataimport { type DiscordThreadMetadata } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; Propertiesarchived: booleanWhether the thread is archived auto_archive_duration: | 60 | 1440 | 4320 | 10080Duration in minutes to automatically archive the thread after recent activity locked: booleanWhen a thread is locked, only users with MANAGE_THREADS can unarchive it optionalinvitable: booleanwhether non-moderators can add other non-moderators to a thread; only available on private threads archive_timestamp: stringTimestamp when the thread's archive status was last changed, used for calculating recent activity optionalcreate_timestamp: string | nullTimestamp when the thread was created; only populated for threads created after 2022-01-09