APIDMChannel

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

No summary provided.

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