StartThreadWithoutMessage
@discordeno/bot • Docs
Documentation / @discordeno/bot / StartThreadWithoutMessage
Interface: StartThreadWithoutMessage
Properties
autoArchiveDuration
autoArchiveDuration:
60
|1440
|4320
|10080
Duration in minutes to automatically archive the thread after recent activity
Defined in
packages/types/dist/types/discordeno.d.ts:913
invitable?
optional
invitable:boolean
whether non-moderators can add other non-moderators to a thread; only available when creating a private thread
Defined in
packages/types/dist/types/discordeno.d.ts:919
name
name:
string
1-100 character thread name
Defined in
packages/types/dist/types/discordeno.d.ts:911
rateLimitPerUser?
optional
rateLimitPerUser:null
|number
Amount of seconds a user has to wait before sending another message (0-21600)
Defined in
packages/types/dist/types/discordeno.d.ts:915
type
type:
AnnouncementThread
|PublicThread
|PrivateThread
the type of thread to create
Defined in
packages/types/dist/types/discordeno.d.ts:917