export interface APIDMChannel extends Omit<APIDMChannelBase<ChannelType.DM>, 'name'>
externalnull name :
The name of the channel (always null for DM channels)
export interface APIDMChannel extends Omit<APIDMChannelBase<ChannelType.DM>, 'name'>
The name of the channel (always null for DM channels)