You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Write a /start handler which creates a keyboard with KeyboardButtonPollType button and sends it.
Try adding bot to a group and press /start
Result: aiogram.utils.exceptions.BadRequest: Poll can be requested in private chats only
Describe the solution you'd like
Since there are a lot of custom (?) exceptions supported in aiogram, I guess there is a place for another one, like PollRequestError or like that.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Write a
/start
handler which creates a keyboard withKeyboardButtonPollType
button and sends it.Try adding bot to a group and press
/start
Result:
aiogram.utils.exceptions.BadRequest: Poll can be requested in private chats only
Describe the solution you'd like
Since there are a lot of custom (?) exceptions supported in aiogram, I guess there is a place for another one, like PollRequestError or like that.
The text was updated successfully, but these errors were encountered: