get_function_positional_arguments
faststream.utils.functions.get_function_positional_arguments #
Get the positional arguments of a function.
| PARAMETER | DESCRIPTION |
|---|---|
func | The function to get the positional arguments from. TYPE: |
| RETURNS | DESCRIPTION |
|---|---|
List[str] | A list of strings representing the names of the positional arguments. |