ThreadEditOptions

export interface ThreadEditOptions
export interface ThreadEditOptions
The options used to edit a thread channel
appliedTags?:readonly Snowflake[]
The tags to apply to the thread
archived?:boolean
Whether the thread is archived
autoArchiveDuration?:ThreadAutoArchiveDuration
The amount of time after which the thread should automatically archive in case of no recent activity
The flags to set on the channel
invitable?:boolean
Whether non-moderators can add other non-moderators to a thread Can only be edited on ChannelType.PrivateThread
locked?:boolean
Whether the thread is locked
name?:string
The new name for the thread
rateLimitPerUser?:number
The rate limit per user (slowmode) for the thread in seconds
reason?:string
Reason for editing the thread