Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/harmony/src/structures/guildForumChannel.ts>CreateThreadInForumOptions

An easy to use Discord API Library for Deno.
Latest
interface CreateThreadInForumOptions
import { type CreateThreadInForumOptions } from "https://deno.land/x/harmony@v2.9.1/src/structures/guildForumChannel.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
message: string | AllMessageOptions
optional
appliedTags: string[] | GuildForumTag[]