Module Thing.Comment

include S
type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
module Id : Id36.S
include Json_object.S_with_fields with type t := t
include Jsonaf.Jsonafable.S with type t := t
val get_field : t -> string -> Jsonaf.t option
val get_field_exn : t -> string -> Jsonaf.t
val field_map : t -> Jsonaf.t Core.Map.M(Core.String).t
include Json_object.S_with_kind with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Jsonaf.Jsonafable.S with type t := t
val t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
val jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
val kind : string
val id : t -> Id.t
module Score : sig ... end
val body : t -> string
val author : t -> Username.t option
val creation_time : t -> Core.Time_ns.t
val subreddit : t -> Subreddit_name.t
val depth : t -> int option
val score : t -> Score.t
val replies : t -> [ `Comment of t | `More_comments of More_comments.t ] list
val moderator_reports : t -> Moderator_report.t list

link_title is populated on modqueue items.