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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,10 @@ print(response.data)
237
237
|`serviceMethods.setDisappearingChat`| The method is designed to change the settings of disappearing messages in chats |[SetDisappearingChat](https://green-api.com/en/docs/api/service/SetDisappearingChat/)|
238
238
|`webhooks.startReceivingNotifications`| The method is designed to start receiving new notifications ||
239
239
|`webhooks.stopReceivingNotifications`| The method is designed to stop receiving new notifications ||
240
+
|`partner.GetInstances`| The method is for getting all the account instances created by the partner. |[GetInstances](https://green-api.com/en/docs/partners/getInstances/)|
241
+
|`partner.CreateInstance`| The method is for creating an instance. |[CreateInstance](https://green-api.com/en/docs/partners/createInstance/)|
242
+
|`partner.DeleteInstanceAccount`| The method is for deleting an instance. |[DeleteInstanceAccount](https://green-api.com/en/docs/partners/deleteInstanceAccount/)|
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
@@ -221,6 +221,9 @@ print(response.data)
221
221
|`serviceMethods.setDisappearingChat`| Метод предназначен для изменения настроек исчезающих сообщений в чатах |[SetDisappearingChat](https://green-api.com/docs/api/service/SetDisappearingChat/)|
222
222
|`webhooks.startReceivingNotifications`| Метод предназначен для старта получения новых уведомлений ||
223
223
|`webhooks.stopReceivingNotifications`| Метод предназначен для остановки получения новых уведомлений ||
224
+
|`partner.GetInstances`| Метод предназначен для получения всех инстансов аккаунтов созданных партнёром. |[GetInstances](https://green-api.com/docs/partners/getInstances/)|
225
+
|`partner.CreateInstance`| Метод предназначен для создания инстанса от имени партнёра. |[CreateInstance](https://green-api.com/docs/partners/createInstance/)|
226
+
|`partner.DeleteInstanceAccount`| Метод предназначен для удаления инстанса аккаунта партнёра. |[DeleteInstanceAccount](https://green-api.com/docs/partners/deleteInstanceAccount/)|
0 commit comments