Bots.Business API v2
  1. Chats
Bots.Business API v2
  • Bots.Business API v2
    • BB Api docs
    • Authentication
      • Sign in
      • Get Telegram login URL
      • Sign up
      • Telegram login
      • Reset Password
    • User account
      • Update password
      • Get user details
      • Update email
      • Get linked telegram accounts
      • Get telegram link url
      • Get users session token
      • Reset api key
      • Log out all device
      • Get iteration usage
      • Turn ON or OFF ads
      • Get payment plan
    • Bots
      • Create Bot
      • Get Bots
      • Get single bot
      • Edit Bot
      • Delete Bot
      • Start or Stop bot
      • Start CSV import
      • CSV import task status
      • Copy Bot
      • Git export
      • Git import
      • Get installed libraries
      • Install Lib
      • Uninstall lib
      • Get error log
      • Clear error logs
    • Commands
      • Folders
        • Create a folder
        • Get all folders
        • Delete a folder
      • Get Commands
      • Create Command
      • Get Command Details
      • Edit Command
      • Delete Command
    • Broadcast
      • Get broadcast tasks
      • Delete Broadcast task
      • Pause broadcast task
      • Resume broadcast task
    • Chats
      • Get chats
        GET
      • Block chat
        POST
      • Unblock chat
        POST
    • Properties
      • Get properties
      • Delete property
    • Libraries
      • Get libraries
    • Admin Panel
      • Get admin panels
      • Update admin panel values
    • Demo Store
      • Get store bots
      • Install demo bot
    • Get cloud plans
      GET
    • Schemas
      • Command Schema
      • User Public
      • Create & Edit Bot
      • Bot
  1. Chats

Unblock chat

POST
https://api.bots.business/v2/bots/{id}/chats/{bb_chat_id}/unblock
Last modified:2025-11-01 13:16:42
Use this endpoint to unblock a chat that was previously blocked. This will restore the bot's ability to receive updates and send messages to that chat.

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.bots.business/v2/bots/123/chats/1234/unblock?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'
Response Response Example
200 - Success
{
    "id": 149760797,
    "chatid": "7378059553",
    "title": "string",
    "user_id": 42470959,
    "created_at": "2025-10-04T09:08:36.498Z",
    "updated_at": "2025-10-27T07:32:04.618Z",
    "bot_id": 2776468,
    "last_active_at": "2025-10-27T07:31:59.962Z",
    "prohibited_by_admin": false,
    "ad_sended_at": "2025-10-04T11:20:39.712Z",
    "instant_ad_sended_at": "2025-10-04T09:08:37.271Z",
    "last_run_all_task_id": 1211090,
    "user": {
        "id": 42470959,
        "first_name": "ɪ ᴀᴍ ᴄᴄ",
        "last_name": "string",
        "username": "nirjon",
        "telegramid": 7378059553,
        "created_at": "2024-12-05T15:08:32.491Z",
        "language_code": "en"
    }
}
Modified at 2025-11-01 13:16:42
Previous
Block chat
Next
Get properties
Built with