Reddit_api_kernel.Moderator_report
type t = {
moderator : Username.t option;
report : string;
}
val t_of_jsonaf : Jsonaf.t -> t