Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/structures/threadChannel.ts>ThreadMetadata

An easy to use Discord API Library for Deno.
Go to Latest
class ThreadMetadata
extends Base
import { ThreadMetadata } from "https://deno.land/x/harmony@v2.8.0/src/structures/threadChannel.ts";

Constructors

new
ThreadMetadata(client: Client, data: ThreadMetadataPayload)

Properties

archived: boolean
optional
archiver: UserResolvable
archiveTimestamp: Date
autoArchiveDuration: number

Duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080

locked: boolean