Code like this would cut back on complexity/custom implementations and improve the overall clarity of the source code @app.on_message(filters.chat(TARGET) & filters.new_chat_members)
Reason PTB doesn't have filter decorators:
python-telegram-bot/python-telegram-bot#899
As an alternative to Pyrogram, consider contributing to PTB-Contrib
A third option might be to create a library specifically for @PuddingBot's needs. A PuddingLib.
Code like this would cut back on complexity/custom implementations and improve the overall clarity of the source code
@app.on_message(filters.chat(TARGET) & filters.new_chat_members)Reason PTB doesn't have filter decorators:
python-telegram-bot/python-telegram-bot#899
As an alternative to Pyrogram, consider contributing to PTB-Contrib
A third option might be to create a library specifically for @PuddingBot's needs. A PuddingLib.