Skip to main content

StartThreadWithoutMessage

@discordeno/bot


Documentation / @discordeno/bot / StartThreadWithoutMessage

Interface: StartThreadWithoutMessage

Defined in: packages/types/dist/types/discordeno.d.ts:909

Properties

autoArchiveDuration

autoArchiveDuration: 60 | 1440 | 4320 | 10080

Defined in: packages/types/dist/types/discordeno.d.ts:913

Duration in minutes to automatically archive the thread after recent activity


invitable?

optional invitable: boolean

Defined in: packages/types/dist/types/discordeno.d.ts:919

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


name

name: string

Defined in: packages/types/dist/types/discordeno.d.ts:911

1-100 character thread name


rateLimitPerUser?

optional rateLimitPerUser: null | number

Defined in: packages/types/dist/types/discordeno.d.ts:915

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


type

type: AnnouncementThread | PublicThread | PrivateThread

Defined in: packages/types/dist/types/discordeno.d.ts:917

the type of thread to create