Skip to main content
Version: Next

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

Index

Properties

Properties

optionalflags

flags?: ChannelFlags

id

id: string

The id of the channel

optionalname

name?: null | string

The name of the channel (1-100 characters)

type

type: T