module Update:sig
..end
type
update = {
|
update_id : |
|
message : |
Create an `update` in a concise manner
val create : update_id:int ->
?message:Api.Message.message option -> unit -> update
val read : Yojson.Safe.json -> update