on_managed_bot()¶
- Client.on_managed_bot()¶
Decorator for handling new managed bot creation updates.
This does the same thing as
add_handler()using theManagedBotUpdatedHandler.Usable by Users Bots- 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.