Skip to main content
Module

x/discord_api_types/v10.ts>APIGuildForumChannel

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildForumChannel
implements APIGuildTextChannel<ChannelType.GuildForum>
import { type APIGuildForumChannel } from "https://deno.land/x/discord_api_types@0.37.11/v10.ts";

Properties

available_tags: APIGuildForumTag[]

The set of tags that can be used in a forum channel

optional
default_thread_rate_limit_per_user: number

The initial rate_limit_per_user to set on newly created threads in a channel. This field is copied to the thread at creation time and does not live update

default_reaction_emoji: APIGuildForumDefaultReactionEmoji | null

The emoji to show in the add reaction button on a thread in a forum channel

default_sort_order: SortOrderType | null

The default sort order type used to order posts in forum channels