Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

An easy to use Discord API Library for Deno.
Latest
class ThreadMetadata
extends Base
import { ThreadMetadata } from "https://deno.land/x/harmony@v2.9.1/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