APIGuildTextChannel

Signature

export interface APIGuildTextChannel<T extends ChannelType.GuildForum | ChannelType.GuildMedia | GuildTextChannelType> extends Omit<APITextBasedChannel<T>, 'name'>, APIGuildChannel<T>

Properties

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

topic?: string | null;

The channel topic (0-1024 characters)