approveChatJoinRequest
Approve a user's pending request to join a chat or channel, granting immediate access. Requires the bot to have administrator rights with invite permissions.
Instructions
Approve a chat join request. The bot must be an administrator with can_invite_users rights. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | |
| user_id | Yes | Unique identifier of the target user |