crisp-im / python-crisp-api

🐍 Crisp API Python Wrapper
https://docs.crisp.chat/guides/rest-api/
MIT License
27 stars 11 forks source link

An error occurred: WebsiteResource.get_messages_in_conversation() missing 1 required positional argument: 'query' #22

Open malikit opened 3 months ago

malikit commented 3 months ago

what should I put on the query parameter when I want to get all messages in conversation?

I try to write this : result = client.website.get_messages_in_conversation(website_id, session_id) and get An error occurred: WebsiteResource.get_messages_in_conversation() missing 1 required positional argument: 'query' I want to get all messages in the conversation