Sejarah terakhir pesan whatsapp dengan python

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