-
Notifications
You must be signed in to change notification settings - Fork 0
PuddingLib (was: Migration to Pyrogram) #14
Copy link
Copy link
Open
Labels
refactorChanges in the source code's structureChanges in the source code's structure
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorChanges in the source code's structureChanges in the source code's structure