Inbox_item.Commentmodule Type : sig ... endinclude Sexplib0.Sexpable.S with type t := tval t_of_sexp : Sexplib0__.Sexp.t -> tval id : t -> Thing.Comment.Id.tval body : t -> [ `markdown | `HTML ] -> stringval author : t -> Username.t optionval subreddit : t -> Subreddit_name.tval creation_time : t -> Core.Time_ns.tval score : t -> intval parent_id :
t ->
[ `Comment of Thing.Comment.Id.t | `Link of Thing.Link.Id.t ]val new_ : t -> boolval link_id : t -> Thing.Link.Id.tval link_title : t -> stringval num_comments_in_thread : t -> int