Client.on_chosen_inline_result()¶
- Client.on_chosen_inline_result()
Decorator for handling chosen inline results.
This does the same thing as
add_handler()using theChosenInlineResultHandler.- Parameters:
filters (
filters, optional) – Pass one or more filters to allow only a subset of chosen inline results to be passed in your function.group (
int, optional) – The group identifier, defaults to 0.