interface GuildForumThreadCreateOptions

export interface GuildForumThreadCreateOptions extends StartThreadOptions

Options for creating a thread.

optional
appliedTags? : Snowflake[]

The tags to apply to the thread

optional
autoArchiveDuration? : ThreadAutoArchiveDuration

The amount of time after which the thread should automatically archive in case of no recent activity

Inherited from: StartThreadOptions

The message associated with the thread post

name : string

The name of the new thread

Inherited from: StartThreadOptions

optional
rateLimitPerUser? : number

The rate limit per user (slowmode) for the thread in seconds

Inherited from: StartThreadOptions

optional
reason? : string

Reason for creating the thread

Inherited from: StartThreadOptions