approve_chat_join_request()

Client.approve_chat_join_request()

Approve a chat join request.

You must be an administrator in the chat for this to work and must have the can_invite_users administrator right.

Usable by Users Bots
Parameters:
  • chat_id (int | str) – Unique identifier for the target chat or username of the target channel/supergroup (in the format @username). You can also use chat public link in form of t.me/<username> (str).

  • user_id (int) – Unique identifier of the target user. You can also use user profile link in form of t.me/<username> (str).

Returns:

bool – True on success.