Module Reddit_api_kernel.Wiki_page

module Id : sig ... end
module Revision : sig ... end
module Edit_conflict : sig ... end
module Permissions : sig ... end
type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
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 may_revise : t -> bool
val revision_id : t -> Revision.Id.t
val revision_by : t -> Thing.User.t
val content : t -> [ `markdown | `HTML ] -> string
val revision_time : t -> Core.Time_ns.t
val revision_reason : t -> string option