export interface RESTPostAPIChannelThreadsJSONBody extends RESTPostAPIChannelMessagesThreadsJSONBody
See also: https://discord.com/developers/docs/resources/channel#start-thread-without-message
optionalThreadAutoArchiveDuration | undefined auto_archive_duration? :
The amount of time in minutes to wait before automatically archiving the thread
Inherited from: RESTPostAPIChannelMessagesThreadsJSONBody
Whether non-moderators can add other non-moderators to the thread; only available when creating a private thread
Amount of seconds a user has to wait before sending another message (0-21600)
Inherited from: RESTPostAPIChannelMessagesThreadsJSONBody
optionalThreadChannelType | undefined = ChannelType.PrivateThread in API v9 and v10. In a future API version this will be changed to be a required field, with no default. type? :
The type of thread to create
See also: https://discord.com/developers/docs/resources/channel#channel-object-channel-types