Interface RESTPostAPIChannelThreadsJSONBody

Hierarchy

Properties

auto_archive_duration?: ThreadAutoArchiveDuration

The amount of time in minutes to wait before automatically archiving the thread

invitable?: boolean

Whether non-moderators can add other non-moderators to the thread; only available when creating a private thread

name: string

1-100 character thread name

rate_limit_per_user?: number

Amount of seconds a user has to wait before sending another message (0-21600)

type?: ThreadChannelType

The type of thread to create

In API v9 and v10, type defaults to PRIVATE_THREAD. In a future API version this will be changed to be a required field, with no default.

See https://discord.com/developers/docs/resources/channel#channel-object-channel-types

Default

ChannelType.PrivateThread

Generated using TypeDoc