Messages
Load older messages
Asks the engine to pull older history from the connected phone for chats that haven`t been fully synced yet.
Use this once before paginating with since if you need messages older than whats already cached. Requires chats:read`.
Request
curl -X POST "https://api.blueticks.co/v1/messages/load_older/string"{
"success": true,
"data": {
"total_messages": 0,
"added": 0,
"can_load_more": true
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
chat_id*string
Response
Response Body
application/json
application/json