Client.on_message_reaction_count_updated()¶
- Client.on_message_reaction_count_updated()
Decorator for handling anonymous reaction changes on messages.
This does the same thing as
add_handler()using theMessageReactionCountUpdatedHandler.- Parameters:
filters (
filters, optional) – Pass one or more filters to allow only a subset of updates to be passed in your function.group (
int, optional) – The group identifier, defaults to 0.