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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ print(response.data)
181
181
|`account.logout`| The method is designed to unlogin the account |[Logout](https://green-api.com/en/docs/api/account/Logout/)|
182
182
|`account.qr`| The method is designed to get a QR code |[QR](https://green-api.com/en/docs/api/account/QR/)|
183
183
|`account.setProfilePicture`| The method is designed to set the avatar of the account |[SetProfilePicture](https://green-api.com/en/docs/api/account/SetProfilePicture/)|
184
+
|`account.getAuthorizationCode`| The method is designed to authorize an instance by phone number |[GetAuthorizationCode](https://green-api.com/en/docs/api/account/GetAuthorizationCode/)|
184
185
|`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/)|
185
186
|`groups.createGroup`| The method is designed to create a group chat |[CreateGroup](https://green-api.com/en/docs/api/groups/CreateGroup/)|
186
187
|`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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ print(response.data)
165
165
|`account.logout`| Метод предназначен для разлогинивания аккаунта |[Logout](https://green-api.com/docs/api/account/Logout/)|
166
166
|`account.qr`| Метод предназначен для получения QR-кода |[QR](https://green-api.com/docs/api/account/QR/)|
167
167
|`account.setProfilePicture`| Метод предназначен для установки аватара аккаунта |[SetProfilePicture](https://green-api.com/docs/api/account/SetProfilePicture/)|
168
+
|`account.getAuthorizationCode`| Метод предназначен для авторизации инстанса по номеру телефона |[GetAuthorizationCode](https://green-api.com/docs/api/account/GetAuthorizationCode/)|
168
169
|`device.getDeviceInfo`| Метод предназначен для получения информации об устройстве (телефоне), на котором запущено приложение WhatsApp Business |[GetDeviceInfo](https://green-api.com/docs/api/phone/GetDeviceInfo/)|
169
170
|`groups.createGroup`| Метод предназначен для создания группового чата |[CreateGroup](https://green-api.com/docs/api/groups/CreateGroup/)|
170
171
|`groups.updateGroupName`| Метод изменяет наименование группового чата |[UpdateGroupName](https://green-api.com/docs/api/groups/UpdateGroupName/)|
0 commit comments