File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 244
244
},
245
245
"compat" : {
246
246
"message" : (
247
- "{query} You seem to be using a version >=20.0 of <code>python-telegram-bot</code> "
248
- " but your code is written for version <=13.15. Please either upgrade your code to "
249
- " v20 by reading the release notes and the transition guide linked below or install "
250
- "a version of PTB that is compatible with your code base.\n "
251
- "Please note that we only provide support for the latest stable version and that the "
252
- "library has undergone significant changes in v20."
247
+ "{query} You seem to be using the new version (>=20.0) of "
248
+ "<code>python-telegram-bot</code> but your code is written for an older and "
249
+ "deprecated version (<=13.15).\n Please update your code to the new v20 by reading"
250
+ " the release notes and the transition guide linked below.\n You can also install a "
251
+ "version of PTB that is compatible with your code base, but please note that the "
252
+ "library has undergone significant changes in v20 and the older version is not "
253
+ "supported anymore. It may contain bugs that will not be fixed by the PTB team "
254
+ "and it also doesn't support new functions added by newer Bot API releases."
253
255
),
254
256
"buttons" : [
255
257
[
You can’t perform that action at this time.
0 commit comments