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
Since most (if not all) people using PTB use asynchronous callbacks anyway, adding run_async parameter in telegram.ext.Defaults will be lot helpful for users, it'll also save them lot of time for adding run_async=True in each handlers, and ofcourse they can override the default run_async value for specific handler if they want to.. so it seems a win win in end!