class ThreadMetadata
extends Base
import { ThreadMetadata } from "https://deno.land/x/harmony@v2.6.0/src/structures/threadChannel.ts";
Constructors
new
ThreadMetadata(client: Client, data: ThreadMetadataPayload)Properties
optional
archiver: UserResolvablearchiveTimestamp: Date
Duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080
Methods
readFromData(data: ThreadMetadataPayload): this