There is no complicated stuff, someone just removed all *args and **kwargs from shortcuts such as reply_text in message, so old methods used with messagequeue wrapper and isgroup parameter stopped working because they simply can't pass this parameteres to strictly defined function. It's especially strange in case that messagequeue itself wasn't removed and from direct send_message methods works fine.