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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,9 @@ asyncio.run(main())
313
313
|`account.qr`| The method is designed to get a QR code |[QR](https://green-api.com/en/docs/api/account/QR/)|
314
314
|`account.setProfilePicture`| The method is designed to set the avatar of the account |[SetProfilePicture](https://green-api.com/en/docs/api/account/SetProfilePicture/)|
315
315
|`account.getAuthorizationCode`| The method is designed to authorize an instance by phone number |[GetAuthorizationCode](https://green-api.com/en/docs/api/account/GetAuthorizationCode/)|
316
+
|`contacts.addContact`| The method is used to add a number to contacts |[addContact](https://green-api.com/en/docs/api/contacts/AddContact/)|
317
+
|`contacts.editContact`| The method is used to edit a number in contacts |[editContact](https://green-api.com/en/docs/api/contacts/EditContact/)|
318
+
|`contacts.deleteContact`| The method is used to remove a number from contacts |[deleteContact](https://green-api.com/en/docs/api/contacts/DeleteContact/)|
316
319
|`device.getDeviceInfo`| The method is designed to get information about the device (phone) on which the WhatsApp Business application is running |[GetDeviceInfo](https://green-api.com/en/docs/api/phone/GetDeviceInfo/)|
317
320
|`groups.createGroup`| The method is designed to create a group chat |[CreateGroup](https://green-api.com/en/docs/api/groups/CreateGroup/)|
318
321
|`groups.updateGroupName`| The method changes the name of the group chat |[UpdateGroupName](https://green-api.com/en/docs/api/groups/UpdateGroupName/)|
Copy file name to clipboardExpand all lines: docs/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,6 +314,9 @@ asyncio.run(main())
314
314
|`account.qr`| Метод предназначен для получения QR-кода |[QR](https://green-api.com/docs/api/account/QR/)|
315
315
|`account.setProfilePicture`| Метод предназначен для установки аватара аккаунта |[SetProfilePicture](https://green-api.com/docs/api/account/SetProfilePicture/)|
316
316
|`account.getAuthorizationCode`| Метод предназначен для авторизации инстанса по номеру телефона |[GetAuthorizationCode](https://green-api.com/docs/api/account/GetAuthorizationCode/)|
317
+
|`contacts.addContact`| Метод предназначен для добавления номера в контакты |[addContact](https://green-api.com/docs/api/contacts/AddContact/)|
318
+
|`contacts.editContact`| Метод предназначен для редактирования номера в контактах |[editContact](https://green-api.com/docs/api/contacts/EditContact/)|
319
+
|`contacts.deleteContact`| Метод предназначен для удаления номера из контактов |[deleteContact](https://green-api.com/docs/api/contacts/DeleteContact/)|
317
320
|`device.getDeviceInfo`| Метод предназначен для получения информации об устройстве (телефоне), на котором запущено приложение WhatsApp Business |[GetDeviceInfo](https://green-api.com/docs/api/phone/GetDeviceInfo/)|
318
321
|`groups.createGroup`| Метод предназначен для создания группового чата |[CreateGroup](https://green-api.com/docs/api/groups/CreateGroup/)|
319
322
|`groups.updateGroupName`| Метод изменяет наименование группового чата |[UpdateGroupName](https://green-api.com/docs/api/groups/UpdateGroupName/)|
0 commit comments