-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Forbidden: bot was kicked from the group chat" exception #2
Comments
I see two possible test runs for this exception:
|
For my test case I created 3 groups in which I added and then removed my testbot: long[] groups =
{
-1001100532129, // BotBlockedSupergroup
-1001298749133, // BotBlockedGroup
-262679471, // BotBlockedChannel
}; after upgrading |
I'd like to commit the tests with fixed |
From @tuscen on April 4, 2018 13:55 I'm okay with more interactivity during integ tests because some of them couldn't really be done either without more configs (several group chats and channels for different tests, etc) or without user interaction. But @pouladpld have different opinion on this. |
@tuscen Sergey Khabibullin unofficially created a wrapper classes for TDLib and published them as NuGet package TDLib. |
Any news for this? |
From @karb0f0s on April 4, 2018 11:32
HTTP code:
403
Error message:
Forbidden: bot was kicked from the group chat exception
Forbidden: bot was kicked from the group channel exception
Forbidden: bot was kicked from the group supergroup exception
You receive this error if you add bot to group, remove it, and try to send message to that group afterwards
Copied from original issue: TelegramBots/Telegram.Bot#662
The text was updated successfully, but these errors were encountered: