interface GuildTextThreadCreateOptions
extends
StartThreadOptionsexport interface GuildTextThreadCreateOptions<AllowedThreadType> extends StartThreadOptions
Type Parameters
AllowedThreadType
optionalThreadAutoArchiveDuration autoArchiveDuration? :
The amount of time after which the thread should automatically archive in case of no recent activity
Inherited from: StartThreadOptions
optionalAllowedThreadType extends ChannelType.PrivateThread ? boolean : never invitable? :
optionalnumber rateLimitPerUser? :
The rate limit per user (slowmode) for the thread in seconds
Inherited from: StartThreadOptions