TGTGInsighttelegram intelligenceLIVE / telegram public index
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.