Interface APIChannelBase<T>

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

Type Parameters

Hierarchy

Properties

Properties

flags?: ChannelFlags
id: string

The id of the channel

name?: null | string

The name of the channel (1-100 characters)

type: T

Generated using TypeDoc