sig
  type t =
      < id : int64; indices : int * int; name : string; screen_name : 
        string; unknown : Api_intf.Json.t Api_intf.mc_leftovers >
  val json_of_t : Api_intf.UserMention.t -> Api_intf.Json.t
  val t_of_json :
    (Api_intf.UserMention.t, Api_intf.Json.t) Meta_conv.Types.Decoder.t
  val t_of_json_exn :
    (Api_intf.UserMention.t, Api_intf.Json.t) Meta_conv.Types.Decoder.t_exn
  val ocaml_of_t : Api_intf.UserMention.t -> Ocaml.t
  val t_of_ocaml :
    (Api_intf.UserMention.t, Ocaml.t) Meta_conv.Types.Decoder.t
  val t_of_ocaml_exn :
    (Api_intf.UserMention.t, Ocaml.t) Meta_conv.Types.Decoder.t_exn
end