export interface StartThreadOptions
Options for starting a thread on a message.
optionalThreadAutoArchiveDuration autoArchiveDuration? :
The amount of time after which the thread should automatically archive in case of no recent activity (default: this.channel.defaultAutoArchiveDuration)
string name :
The name of the new thread
optionalnumber rateLimitPerUser? :
The rate limit per user (slowmode) for the thread in seconds
optionalstring reason? :
Reason for creating the thread