Preview environment

interface APIDMChannel

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

name : null

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