| chat_id required | integer ID of the chat |
| limit | integer Default: 100 How many messages to return |
| before_id | integer Default: 0 Return messages before this message ID |
[- {
- "id": 0,
- "chat_id": 0,
- "sender_id": 0,
- "timestamp": 0,
- "text": "string",
- "local_id": "string"
}
]