green-api / whatsapp-chatbot-python

This library helps you easily create a Python chatbot with WhatsApp API.
https://green-api.com/en
Other
53 stars 14 forks source link

is there a way to get the chat history /messages for a conversation ? #23

Closed alexferra closed 10 months ago

alexferra commented 10 months ago

is there a way to get the chat history /messages for a conversation ?

Jibek100 commented 10 months ago

Hello, Please call the journals.getChatHistory method from the whatsapp-api-client-python library. In the chatbot you could access this API by notification.api.journals.getChatHistory(chatId=...).

See the full documentation of the method via the link https://green-api.com/en/docs/api/journals/GetChatHistory/