Inbox_item.Comment
module Type : sig ... end
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val id : t -> Thing.Comment.Id.t
val body : t -> [ `markdown | `HTML ] -> string
val author : t -> Username.t option
val subreddit : t -> Subreddit_name.t
val creation_time : t -> Core.Time_ns.t
val score : t -> int
val parent_id :
t ->
[ `Comment of Thing.Comment.Id.t | `Link of Thing.Link.Id.t ]
val new_ : t -> bool
val link_id : t -> Thing.Link.Id.t
val link_title : t -> string
val num_comments_in_thread : t -> int