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