StartThreadWithoutMessage
Documentation / @discordeno/types / StartThreadWithoutMessage
Interface: StartThreadWithoutMessage
Defined in: discordeno/channel.ts:338
https://docs.discord.com/developers/resources/channel#start-thread-without-message-json-params
Properties
autoArchiveDuration?
optionalautoArchiveDuration?:60|1440|4320|10080
Defined in: discordeno/channel.ts:342
Duration in minutes to automatically archive the thread after recent activity
invitable?
optionalinvitable?:boolean
Defined in: discordeno/channel.ts:346
Whether non-moderators can add other non-moderators to a thread; only available when creating a private thread
name
name:
string
Defined in: discordeno/channel.ts:340
1-100 character thread name
rateLimitPerUser?
optionalrateLimitPerUser?:number|null
Defined in: discordeno/channel.ts:348
Amount of seconds a user has to wait before sending another message (0-21600)
type?
optionaltype?:AnnouncementThread|PublicThread|PrivateThread
Defined in: discordeno/channel.ts:344
The type of thread to create. Defaults to PrivateThread