Skip to content

Commit c9af63f

Browse files
committed
Added documentation to readme
1 parent ab6460a commit c9af63f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ print(response.data)
193193
| 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) |
194194
| Example of incoming webhooks receiving | [receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py) |
195195
| 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/sendTextStatus.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) |
197+
| Example of creating instance | [CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py) |
197198

198199
## The full list of the library methods
199200

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ print(response.data)
177177
| Пример создание группы и отправка сообщения в группу | [createGroupAndSendMessage.py](../examples/createGroupAndSendMessage.py) |
178178
| Пример получения входящих уведомлений | [receiveNotification.py](../examples/receiveNotification.py) |
179179
| Пример отправки сообщения с опросом | [sendPoll.py](../examples/sendPoll.py) |
180-
180+
| Пример отправки текстового статуса | [sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusMethods/sendTextStatus.py) |
181+
| Пример создания инстанса | [CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py) |
181182
## Полный список методов библиотеки
182183

183184
| Метод API | Описание | Documentation link |

0 commit comments

Comments
 (0)