GuildTextThreadCreateOptions

export interface GuildTextThreadCreateOptions<AllowedThreadType> extends StartThreadOptions
export interface GuildTextThreadCreateOptions<AllowedThreadType> extends StartThreadOptions

No summary provided.

NameConstraintsOptionalDefaultDescription
AllowedThreadTypeNoNone
autoArchiveDuration?:ThreadAutoArchiveDuration
The amount of time after which the thread should automatically archive in case of no recent activity
Inherited from StartThreadOptions
invitable?:AllowedThreadType extends ChannelType.PrivateThread ? boolean : never
name:string
The name of the new thread
Inherited from StartThreadOptions
rateLimitPerUser?:number
The rate limit per user (slowmode) for the thread in seconds
Inherited from StartThreadOptions
reason?:string
Reason for creating the thread
Inherited from StartThreadOptions
startMessage?:MessageResolvable
type?:AllowedThreadType