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