interface APIGuildTextChannel
extends
Omit<APITextBasedChannel<T>, 'name'>APIGuildChannel<T>export interface APIGuildTextChannel<T extends ChannelType.GuildForum | ChannelType.GuildMedia | GuildTextChannelType> extends Omit<APITextBasedChannel<T>, 'name'>, APIGuildChannel<T>
Type Parameters
ChannelType.GuildForum | ChannelType.GuildMedia | GuildTextChannelType T extends
optionalThreadAutoArchiveDuration default_auto_archive_duration? :
Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity
optionalnumber default_thread_rate_limit_per_user? :
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
optionalSnowflake guild_id? :
The id of the guild (may be missing for some channel objects received over gateway guild dispatches)
Inherited from: APIGuildChannel
ID of the parent category for a channel (each parent category can contain up to 50 channels)ORID of the parent channel for a thread
Inherited from: APIGuildChannel
optionalAPIOverwrite[] permission_overwrites? :
Explicit permission overwrites for members and rolesSee https://discord.com/developers/docs/resources/channel#overwrite-object
Inherited from: APIGuildChannel