Última historia del mensaje de WhatsApp con Python

import pywhatkit
last_history_of_message_sent_by_python = pywhatkit.showHistory()
print(last_history_of_message_sent_by_python)
Programmer of empires