Use specific commit from telegram-bot-sdk that can deal with callbackQuery stuff
authorCameron Ball <cameron@moodle.com>
Thu, 9 May 2019 05:38:56 +0000 (13:38 +0800)
committerCameron Ball <cameron@moodle.com>
Thu, 9 May 2019 06:15:56 +0000 (14:15 +0800)
composer.json

index cda6a21..acf7579 100644 (file)
@@ -1,5 +1,5 @@
 {
     "require": {
-        "irazasyed/telegram-bot-sdk": "^2.0"
+        "irazasyed/telegram-bot-sdk": "dev-master#2109011c2ad2a43dd9d874fd98b3e68bc826769c"
     }
 }