Skip to main content
Module

x/discord_api_types/v9.ts>APIGuildTextChannel

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildTextChannel
implements Omit<APITextBasedChannel<T>, "name">, APIGuildChannel<T>
import { type APIGuildTextChannel } from "https://deno.land/x/discord_api_types@0.37.82/v9.ts";

Type Parameters

T extends ChannelType.GuildForum | ChannelType.GuildMedia | GuildTextChannelType

Properties

optional
default_auto_archive_duration: ThreadAutoArchiveDuration

Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity

optional
default_thread_rate_limit_per_user: number

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

optional
topic: string | null

The channel topic (0-1024 characters)