Client.on_bot_business_connect()

Client.on_bot_business_connect()

Decorator for handling bot business connection.

This does the same thing as add_handler() using the BotBusinessConnectHandler.

Parameters:
  • filters (filters, optional) – Pass one or more filters to allow only a subset of stories to be passed in your function.

  • group (int, optional) – The group identifier, defaults to 0.