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
The call await update.message.reply_text("Message",allow_sending_without_reply=True, do_quote=True) gives the following error:
ValueError: "allow_sending_without_reply" and "reply_parameters" are mutually exclusive.
Thoughts to resolve them
I am not sure how we want to deal with it. On the one hand, this being by default only the case in groups will make it harder to spot when developing the bot, and the error is not helpful since the user didn't actually pass reply_parameters, the library did for them.
On the other hand this is a depreciated argument, so one could totally argue that an user who went through the effort of doing this could instead use