Client.on_chat_join_request()

Client.on_chat_join_request()

Decorator for handling chat join requests.

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

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.