Thing.Comment
module Score : sig ... end
val body : t -> string
val author : t -> Username.t option
val creation_time : t -> Core.Time_ns.t
val permalink : t -> Uri.t
val subreddit : t -> Subreddit_name.t
val depth : t -> int option
val replies : t -> [ `Comment of t | `More_comments of More_comments.t ] list
val moderator_reports : t -> Moderator_report.t list
val link_title : t -> string option
link_title
is populated on modqueue items.