TelegramBots / Telegram.Bot.Extensions.Exceptions

Exception Types extension to Telegram.Bot package
MIT License
7 stars 6 forks source link

Add "Bad Request: group chat was upgraded to a supergroup chat" exception #1

Open karb0f0s opened 6 years ago

karb0f0s commented 6 years ago

From @karb0f0s on April 4, 2018 12:39

HTTP code: 400 Error message: Bad Request: group chat was upgraded to a supergroup chat

You receive this error when send message to group that was upgraded to supergroup with old groupId

Copied from original issue: TelegramBots/Telegram.Bot#663