APIDMChannel
Signature
export interface APIDMChannel extends Omit<APIDMChannelBase<ChannelType.DM>, 'name'>Properties
1Methods
0No methods.
Properties
name: null;The name of the channel (always null for DM channels)
export interface APIDMChannel extends Omit<APIDMChannelBase<ChannelType.DM>, 'name'>No methods.
name: null;The name of the channel (always null for DM channels)