Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface CreateThreadOptions
import { type CreateThreadOptions } from "https://deno.land/x/harmony@v2.9.0/src/structures/guildThreadAvailableChannel.ts";

Properties

name: string

2-100 character channel name

optional
autoArchiveDuration: number

duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080

optional
slowmode: number | null
optional
type: ChannelTypes
optional
invitable: boolean