module Update:sig
..end
type
update =
| |
Message of |
| |
EditedMessage of |
| |
InlineQuery of |
| |
ChosenInlineResult of |
| |
CallbackQuery of |
val read : Yojson.Safe.json -> update
update
out of some JSONval get_id : update -> int
update_id
out of an arbitrary update
object