1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-07 19:35:52 +03:00

Contextual actions for callback_query

Этот коммит содержится в:
Max Melentiev
2016-05-17 10:51:45 +03:00
родитель 8994328654
Коммит 23fb9a28d1
5 изменённых файлов: 107 добавлений и 1 удалений

Просмотреть файл

@@ -57,6 +57,7 @@ module Telegram
require 'telegram/bot/updates_controller/log_subscriber'
require 'telegram/bot/updates_controller/instrumentation'
require 'telegram/bot/updates_controller/reply_helpers'
autoload :CallbackQueyContext, 'telegram/bot/updates_controller/callback_query_context'
autoload :MessageContext, 'telegram/bot/updates_controller/message_context'
autoload :Botan, 'telegram/bot/updates_controller/botan'