APIChannelBase <T>
Hierarchy
- APIPartialChannel
- APIChannelBase
 
 
Index
Properties
optionalflags
inheritedid
The id of the channel
optionalinheritedname
The name of the channel (1-100 characters)
type
The type of the channel
The id of the channel
The name of the channel (1-100 characters)
The type of the channel
This interface is used to allow easy extension for other channel types. While also allowing
APIPartialChannelto be used without breaking.