API v9InterfacesAPIChannelBaseVersion: NextOn this pageAPIChannelBase <T>This interface is used to allow easy extension for other channel types. While also allowing APIPartialChannel to be used without breaking.HierarchyAPIBasePartialChannelAPIChannelBaseAPISlowmodeChannelAPITextBasedChannelAPIPinChannelAPIGuildChannelIndex PropertiesflagsidtypeProperties optionalflagsflags?: ChannelFlagsinheritedidid: stringThe id of the channeltypetype: TThe type of the channel@seehttps://discord.com/developers/docs/resources/channel#channel-object-channel-types
This interface is used to allow easy extension for other channel types. While also allowing
APIPartialChannel
to be used without breaking.