Client.on_deleted_business_messages()

Client.on_deleted_business_messages()

Decorator for handling deleted messages from business connection.

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

Usable by Users Bots

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

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