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