Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type-hinted message listener functions #1035

Open
DonDebonair opened this issue May 11, 2024 · 0 comments
Open

Type-hinted message listener functions #1035

DonDebonair opened this issue May 11, 2024 · 0 comments

Comments

@DonDebonair
Copy link
Owner

Currently, message listener functions are called with a Message object and the named regex groups as keyword arguments. It would be nice to allow type hints so that these named groups can automatically be cast/parsed into the right type.

FastAPI could provide nice inspiration for how to do this parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant