Interface GuildTextThreadCreateOptions<AllowedThreadType>

Type Parameters

  • AllowedThreadType

Hierarchy

Properties

autoArchiveDuration?: ThreadAutoArchiveDuration
invitable?: AllowedThreadType extends PrivateThread
    ? boolean
    : never
name: string
rateLimitPerUser?: number
reason?: string
startMessage?: MessageResolvable
type?: AllowedThreadType

Generated using TypeDoc