Skip to main content
Module

x/discord_api_types/v9.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.25/v9.ts";

Properties

available_tags: APIGuildForumTag[]

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

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 a forum channel

default_forum_layout: ForumLayoutType

The default layout type used to display posts in a forum channel. Defaults to 0, which indicates a layout view has not been set by a channel admin