We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f13c80 commit 3bc716eCopy full SHA for 3bc716e
1 file changed
README.md
@@ -28,4 +28,9 @@ webhooksHandler.startServer('127.0.0.1', 8000, onEvent)
28
```
29
30
onEvent - метод обработки вебхуков, который определяет разработчик.
31
+В методе должно быть три параметра:
32
+- webhooksHandler - экземляр класса библиотеки
33
+- typeWebhook - тип вебхука
34
+- body - тело сообщения
35
+
36
См. пример [echo.py](https://github.com/green-api/whatsapp-api-webhook-server-python/blob/master/examples/echo.py)
0 commit comments