export function rawIsCrosspost(raw: Raw): raw is Crosspost {
    return raw.type === Crosspost.type
  }