1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-03 17:55:52 +03:00
Этот коммит содержится в:
Max Melentiev
2021-06-26 21:25:43 +01:00
родитель 07faf87ed7
Коммит 3049ced903

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

@@ -16,7 +16,7 @@ RSpec.describe Telegram::Bot::UpdatesController::TypedUpdate do
my_chat_member
chat_member
]).
map { |x| [x, Telegram::Bot::Types.const_get(type.camelize)] }.to_h.
map { |x| [x, Telegram::Bot::Types.const_get(x.camelize)] }.to_h.
merge(
'chat_member' => Telegram::Bot::Types::ChatMemberUpdated
)