Part:
    | { media?: undefined; text: string }
    | { media: { contentType?: string; url: string }; text?: undefined }