interface APIDMChannel

external
export interface APIDMChannel extends Omit<APIDMChannelBase<ChannelType.DM>, 'name'>

external
name : null

The name of the channel (always null for DM channels)