Skip to content

Latest commit

 

History

History
77 lines (41 loc) · 2.11 KB

_DiscordAPI.ThreadMetadata.md

File metadata and controls

77 lines (41 loc) · 2.11 KB

fuwa.js / Exports / _DiscordAPI / ThreadMetadata

Interface: ThreadMetadata

_DiscordAPI.ThreadMetadata

description The thread metadata object contains a number of thread-specific channel that are not needed by other channel types.

Table of contents

Properties

Properties

archive_timestamp

archive_timestamp: Date

description timestamp when the thread's archive status was last changed, used for calculating recent activity

Defined in

src/lib/_DiscordAPI.ts:871


archived

archived: boolean

description whether the thread is archived

Defined in

src/lib/_DiscordAPI.ts:863


auto_archive_duration

auto_archive_duration: number

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

Defined in

src/lib/_DiscordAPI.ts:867


invitable

Optional invitable: boolean

description whether non-moderators can add other non-moderators to a thread; only available on private threads

Defined in

src/lib/_DiscordAPI.ts:879


locked

locked: boolean

description wheter the thread is locked; when a thread is locked, only users with the manage threads permissions can unarchive it

Defined in

src/lib/_DiscordAPI.ts:875