Client.on_chat_boost()¶
- Client.on_chat_boost()
Decorator for handling applied chat boosts.
This does the same thing as
add_handler()using theChatBoostHandler.Usable by Users Bots
- Parameters:
filters (
filters, optional) – Pass one or more filters to allow only a subset of callback queries to be passed in your function.group (
int, optional) – The group identifier, defaults to 0.