export interface APIGuildTextChannel<T extends ChannelType.GuildForum | ChannelType.GuildMedia | GuildTextChannelType> extends APITextBasedChannel<T>, APIGuildChannel<T>, APISortableChannel, APIPinChannel<T>Type Parameters
T extends ChannelType.GuildForum | ChannelType.GuildMedia | GuildTextChannelType
optionalexternaldefault_auto_archive_duration? : ThreadAutoArchiveDuration
Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity
optionalexternaldefault_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