APIChannelBase

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

Signature

export interface APIChannelBase<T extends ChannelType> extends APIPartialChannel

Properties

2

Methods

0

No methods.

Properties

type: T;

The type of the channel See https://discord.com/developers/docs/resources/channel#channel-object-channel-types