// chatId - это Id, которое мы получаем способом выше
telegramApi.getHistory({
id: chatId,
type: 'user' // Вот этот параметр
}).then(function(e) {
// Делаем что-то с сообщениями
})
{"error":"invalid_scope","error_description":"standalone applications should use blank.html as redirect_uri to access messages"}