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