You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ print(response.data)
193
193
| Example of a group creation and sending a message to the group |[createGroupAndSendMessage.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/createGroupAndSendMessage.py)|
194
194
| Example of incoming webhooks receiving |[receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py)|
195
195
| Example of sending a polling message |[sendPoll.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPoll.py)|
196
-
| Example of sending a text status |[sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusMethods/sendTextStatus.py)|
196
+
| Example of sending a text status |[sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusesMethods/sendTextStatus.py)|
197
197
| Example of creating instance |[CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py)|
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ print(response.data)
177
177
| Пример создание группы и отправка сообщения в группу |[createGroupAndSendMessage.py](../examples/createGroupAndSendMessage.py)|
178
178
| Пример получения входящих уведомлений |[receiveNotification.py](../examples/receiveNotification.py)|
179
179
| Пример отправки сообщения с опросом |[sendPoll.py](../examples/sendPoll.py)|
180
-
| Пример отправки текстового статуса |[sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusMethods/sendTextStatus.py)|
180
+
| Пример отправки текстового статуса |[sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusesMethods/sendTextStatus.py)|
181
181
| Пример создания инстанса |[CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py)|
0 commit comments