usernein / pyromod

A monkeypatcher add-on for Pyrogram
https://pyromod.pauxis.dev/
GNU Lesser General Public License v3.0
223 stars 70 forks source link

Kwargs instead of identifier #12

Closed Eikosa closed 10 months ago

Eikosa commented 1 year ago

Instead of using identifier as tuple using kwargs can be better i think, for example await client.listen(chat_id = 1234, user_id = 0542)

usernein commented 1 year ago

That's interesting

usernein commented 10 months ago

Thank's for your suggestion! It has been implemented in pyromod v3!