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

Fix typo in module name: CallbackQueyContext -> CallbackQueryContext

Этот коммит содержится в:
Max Melentiev
2016-09-22 01:09:40 +03:00
родитель e42a293804
Коммит 3cb6e930b8
5 изменённых файлов: 5 добавлений и 4 удалений

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

@@ -245,7 +245,7 @@ class Telegram::WebhookController < Telegram::Bot::UpdatesController
end
```
You can use `CallbackQueyContext` in the similar way to split `#callback_query` into
You can use `CallbackQueryContext` in the similar way to split `#callback_query` into
several specific methods. It doesn't require session support, and takes context from
data. If data has a prefix with colon like this `my_ctx:smth...` it'll call
`my_ctx_callback_query('smth...')` when there is such action method. Otherwise