Commit 597fd55
committed
Avoid the error if the developer replaces a native update processor
Custom update processor for updates like callback_query and
inline_query were popular before botogram added support for them
natively. This commit avoids crashing those bots after an upgrade,
showing a warning instead of an exception.1 parent a5b48f5 commit 597fd55
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
| |||
0 commit comments