ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

fix invalid JSON for removeKeyboardMarkup #64

Closed hamidb80 closed 2 years ago

hamidb80 commented 2 years ago

it fixes error messagse from telegram server: Bad Request: can't parse reply keyboard markup JSON object

ba0f3 commented 2 years ago

Thank you!