Type alias RawPrivateChannel

RawPrivateChannel: Required<Pick<RawChannel, "id" | "last_message_id" | "recipients">> & {
    type: DM;
}