TGTGInsighttelegram intelligenceLIVE / telegram public index
← python-telegram-bot
python-telegram-bot avatar

TGINSIGHT POST

Post #13

@pythontelegrambotchannel

python-telegram-bot

Views4,840Post view count
PostedDec 2112/21/2015, 08:31 PM
Post content

Post content

Released v3.1.1 - Fix a bug where handlers that use the @run_async-decorator could not have additional arguments - Add groups and groupdict as additional optional arguments for regex-based handlers Note: Handlers that use the @run_async-decorator are now required to have **kwargs at the end of their argument list. This enables them to receive optional arguments, as well. Please keep that in mind before updating.