GET
/
api
/
chat
/
num-message-left

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

bot_id
string
required

Response

200 - application/json

Schema for response containing the number of messages left.

bot_id
string
required

Unique identifier for the associated bot.

num_message_left
integer
required

Number of messages left.