interface APIChannelBase

export interface APIChannelBase<T extends ChannelType> extends APIBasePartialChannel

This interface is used to allow easy extension for other channel types. While also allowing APIPartialChannel to be used without breaking.

Type Parameters

T extends ChannelType

optional
flags? : ChannelFlags

id : Snowflake

The id of the channel

Inherited from: v10/APIBasePartialChannel

type : T