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

One more description for StaleChat error

Этот коммит содержится в:
Max Melentiev
2016-08-01 15:49:50 +06:00
родитель 33f0049f6e
Коммит 4e539e1867
3 изменённых файлов: 8 добавлений и 0 удалений

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

@@ -17,6 +17,9 @@ RSpec.describe Telegram::Bot do
expect(subject.call(
'description' => 'Bad request: group chat is deactivated'
)).to eq true
expect(subject.call(
'description' => 'Forbidden: Bot was blocked by the user'
)).to eq true
end
end
end