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

New api methods and support for inline keyboards

Этот коммит содержится в:
Max Melentiev
2016-05-17 09:26:20 +03:00
родитель 148023bb0d
Коммит 4593a10dec
7 изменённых файлов: 106 добавлений и 61 удалений

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

@@ -39,6 +39,12 @@ module Telegram
Instrumentation.instrument(:reply_with, type: type) { super }
end
%i(answer_callback_query answer_inline_query).each do |type|
define_method(type) do |*args|
Instrumentation.instrument(:reply_with, type: type) { super(*args) }
end
end
private
# A hook invoked every time a before callback is halted.