nv-vn / TelegraML

OCaml implementation of the Telegram Bot API
MIT License
99 stars 19 forks source link

Add missing required parameters to send_message example. #24

Closed fsalvini closed 1 year ago

superherointj commented 2 years ago

Example at: https://github.com/nv-vn/TelegraML/blob/master/example/helloworld.ml

Is also missing:

~parse_mode:None
~disable_web_page_preview:true

Consider expanding your PR to include it.