protoncr / tourmaline

Simple Telegram bot library for Crystal
https://tourmaline.dev
MIT License
158 stars 38 forks source link

Fix issue #42 #43

Closed dammer closed 3 years ago

dammer commented 3 years ago
web          |     "reply_markup": {
web          |       "inline_keyboard": [
web          |         [
web          |           {
web          |             "text": "Play the game (other chat)",
web          |             "switch_inline_query": "play"
web          |           }
web          |         ],
web          |         [
web          |           {
web          |             "text": "Play in this chat",
web          |             "switch_inline_query_current_chat": "play_that_chat"
web          |           }
web          |         ],