APIChannelBase <T>
Hierarchy
- APIPartialChannel
- APIChannelBase
Index
Properties
optionalflags
id
The id of the channel
optionalname
The name of the channel (1-100 characters)
type
The type of the channel
See https://discord.com/developers/docs/resources/channel#channel-object-channel-types
This interface is used to allow easy extension for other channel types. While also allowing
APIPartialChannel
to be used without breaking.