Module Values.BotMembersSource

Sourcetype nonrec t = BotMember.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : BotMember.t list -> [> `List of [> `Structure of (string * [> `String of Id.t ]) list ] list ]
Sourceval to_query : BotMember.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> BotMember.t list
Sourceval of_json : [> Yojson.Safe.t ] -> BotMember.t list
Sourceval to_json : BotMember.t list -> Yojson.Safe.t