green-api / whatsapp-chatbot-python

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

how to reply message in group? #37

Closed AshenIn closed 4 months ago

AshenIn commented 4 months ago

image this is just a message how to reply that message

lent0s commented 4 months ago

Good afternoon! In order to reply to a message, you need to use a method, for example, SendMessage, where in the quotedMessageId field add the idMessage of the required message

You can find out the idMessage using the following methods:

Also, for your convenience and promptness of our responses, please contact our technical support at Green-API site

Write to Issues on GitHub what errors and bugs you encountered so that we transfer the tasks to the developers

AshenIn commented 4 months ago

ohh thanks