interface GuildForumThreadCreateOptions
extends
StartThreadOptionsexport interface GuildForumThreadCreateOptions extends StartThreadOptions
Options for creating a thread.
optionalreadonly Snowflake[] appliedTags? :
The tags to apply to the thread
optionalThreadAutoArchiveDuration autoArchiveDuration? :
The amount of time after which the thread should automatically archive in case of no recent activity (default: this.channel.defaultAutoArchiveDuration)
Inherited from: StartThreadOptions
GuildForumThreadMessageCreateOptions | MessagePayload message :
The message associated with the thread post
optionalnumber rateLimitPerUser? :
The rate limit per user (slowmode) for the thread in seconds
Inherited from: StartThreadOptions