Otann / morse

📡 Clojure interface for Telegram Bot API
Eclipse Public License 1.0
257 stars 48 forks source link

sendMessage should be using POST for dealing with nested options #10

Closed heycalmdown closed 7 years ago

heycalmdown commented 7 years ago

sendMessage with query params is not enough for dealing with complicated-nested options like replyMarkup.

Reference, https://core.telegram.org/bots/api#inlinekeyboardmarkup

Otann commented 7 years ago

Hi! Sorry for a late response, everything looks good, will release a new patch version in a couple of days.

heycalmdown commented 7 years ago

Thanks