export type RawChannelData = | RawDMChannelData | RawGuildChannelData | RawPartialGroupDMChannelData | RawThreadChannelData;