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
Things we should drop in v15. The list is probably not complete. This includes everything deprecated in v13.x.
The @run_async decorator
Filters.{private, group}
utils.{promise, webhookhandler}
clean argument of Updater.start_{polling, webhook}
Think about removing Defaults from tg.Bot completey and moving them to tg.ext.ExtBot. We may have to think about how to handle signatures with DefaultVaule, then, i.e. if _insert_defaults should stay in tg.Bot or should be moved to tg.ext.ExtBot.
The text was updated successfully, but these errors were encountered:
Things we should drop in v15. The list is probably not complete. This includes everything deprecated in v13.x.
@run_async
decoratorFilters.{private, group}
utils.{promise, webhookhandler}
clean
argument ofUpdater.start_{polling, webhook}
Defaults
fromtg.Bot
completey and moving them totg.ext.ExtBot
. We may have to think about how to handle signatures withDefaultVaule
, then, i.e. if_insert_defaults
should stay intg.Bot
or should be moved totg.ext.ExtBot
.The text was updated successfully, but these errors were encountered: