-
Notifications
You must be signed in to change notification settings - Fork 470
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
v3.4.1-beta breaks downstream #740
Comments
Fair point. What were the methods you used in |
Please ignore |
Btw you shouldn't use |
Hey @demget, thanks for the response. Apart from dynamic handling, I was using
where "c" is telebot.Context, and "voice" is telebot.Voice.
I was using v3.3.x, but needed the Star payments, so I decided to try my luck with v.3.4.1-beta |
Version: v3.4.1-beta
Context.Bot()
used to return*telebot.Bot
, but now returnstelebot.API
interface. I used to call "Handle" on what was returned byContext.Bot()
, but the latest change breaks it.Could the backward compatibility promise honoured in v3 please, and could breaking changes be introduced only with the major version number increase, as per Module Version Numbering?
The text was updated successfully, but these errors were encountered: