зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-05 10:45:49 +03:00
Deprecate telegram_webhooks in favor of telegram_webhook
Этот коммит содержится в:
@@ -75,9 +75,9 @@ RSpec.configure do |config|
|
||||
require 'telegram/bot/routes_helper'
|
||||
extend Telegram::Bot::RoutesHelper
|
||||
|
||||
telegram_webhooks default: DefaultBotController,
|
||||
other: OtherBotController,
|
||||
named: NamedBotController
|
||||
telegram_webhook DefaultBotController, :default
|
||||
telegram_webhook OtherBotController, :other
|
||||
telegram_webhook NamedBotController, :named
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Ссылка в новой задаче
Block a user