You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: