Module Message.Content

type t =
  1. | Text of string
  2. | Multipart of Content_part.t list
val sexp_of_t : t -> Sexplib0.Sexp.t
val text : string -> t
val multipart : Content_part.t list -> t