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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,8 @@ This method will be called when an incoming message is received. Next, process m
136
136
|`account.reboot`| The method is designed to restart the account |[Reboot](https://green-api.com/en/docs/api/account/Reboot/)|
137
137
|`account.logout`| The method is designed to unlogin the account |[Logout](https://green-api.com/en/docs/api/account/Logout/)|
138
138
|`account.qr`| The method is designed to get a QR code |[QR](https://green-api.com/en/docs/api/account/QR/)|
139
+
|`account.getAuthorizationCode`| The method is designed to authorize an instance by phone number |[GetAuthorizationCode](https://green-api.com/en/docs/api/account/GetAuthorizationCode/)|
139
140
|`account.setProfilePicture`| The method is designed to set the avatar of the account |[SetProfilePicture](https://green-api.com/en/docs/api/account/SetProfilePicture/)|
140
-
|`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/)|
141
141
|`groups.createGroup`| The method is designed to create a group chat |[CreateGroup](https://green-api.com/en/docs/api/groups/CreateGroup/)|
142
142
|`groups.updateGroupName`| The method changes the name of the group chat |[UpdateGroupName](https://green-api.com/en/docs/api/groups/UpdateGroupName/)|
143
143
|`groups.getGroupData`| The method gets group chat data |[GetGroupData](https://green-api.com/en/docs/api/groups/GetGroupData/)|
@@ -175,8 +175,8 @@ This method will be called when an incoming message is received. Next, process m
175
175
|`serviceMethods.archiveChat`| The method archives the chat |[ArchiveChat](https://green-api.com/en/docs/api/service/archiveChat/)|
176
176
|`serviceMethods.unarchiveChat`| The method unarchives the chat |[UnarchiveChat](https://green-api.com/en/docs/api/service/unarchiveChat/)|
177
177
|`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/)|
178
-
|`webhooks.startReceivingNotifications`| The method is designed to start receiving new notifications ||
179
-
|`webhooks.stopReceivingNotifications`| The method is designed to stop receiving new notifications ||
178
+
|`webhooks.startReceivingNotifications`| The method is designed to start receiving new notifications ||
179
+
|`webhooks.stopReceivingNotifications`| The method is designed to stop receiving new notifications ||
Copy file name to clipboardExpand all lines: README_RUS.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ body | тело сообщения (json)
135
135
|`account.logout`| Метод предназначен для разлогинивания аккаунта |[Logout](https://green-api.com/docs/api/account/Logout/)|
136
136
|`account.qr`| Метод предназначен для получения QR-кода |[QR](https://green-api.com/docs/api/account/QR/)|
137
137
|`account.setProfilePicture`| Метод предназначен для установки аватара аккаунта |[SetProfilePicture](https://green-api.com/docs/api/account/SetProfilePicture/)|
138
-
|`device.getDeviceInfo`| Метод предназначен для получения информации об устройстве (телефоне), на котором запущено приложение WhatsApp Business|[GetDeviceInfo](https://green-api.com/docs/api/phone/GetDeviceInfo/)|
138
+
|`account.getAuthorizationCode`| Метод предназначен для авторизации инстанса по номеру телефона |[GetAuthorizationCode](https://green-api.com/docs/api/account/GetAuthorizationCode/)|
139
139
|`groups.createGroup`| Метод предназначен для создания группового чата |[CreateGroup](https://green-api.com/docs/api/groups/CreateGroup/)|
140
140
|`groups.updateGroupName`| Метод изменяет наименование группового чата |[UpdateGroupName](https://green-api.com/docs/api/groups/UpdateGroupName/)|
141
141
|`groups.getGroupData`| Метод получает данные группового чата |[GetGroupData](https://green-api.com/docs/api/groups/GetGroupData/)|
@@ -168,19 +168,19 @@ body | тело сообщения (json)
168
168
|`serviceMethods.getAvatar`| Метод возвращает аватар корреспондента или группового чата |[GetAvatar](https://green-api.com/docs/api/service/GetAvatar/)|
169
169
|`serviceMethods.getContacts`| Метод предназначен для получения списка контактов текущего аккаунта |[GetContacts](https://green-api.com/docs/api/service/GetContacts/)|
170
170
|`serviceMethods.getContactInfo`| Метод предназначен для получения информации о контакте |[GetContactInfo](https://green-api.com/docs/api/service/GetContactInfo/)|
171
-
|`serviceMethods.editMessage`| Метод редактирует сообщение в чате |[EditMessage](https://green-api.com/docs/api/service/editMessage/)|
171
+
|`serviceMethods.editMessage`| Метод редактирует сообщение в чате |[EditMessage](https://green-api.com/docs/api/service/editMessage/)|
172
172
|`serviceMethods.deleteMessage`| Метод удаляет сообщение из чата |[DeleteMessage](https://green-api.com/docs/api/service/deleteMessage/)|
173
173
|`serviceMethods.archiveChat`| Метод архивирует чат |[ArchiveChat](https://green-api.com/docs/api/service/archiveChat/)|
174
174
|`serviceMethods.unarchiveChat`| Метод разархивирует чат |[UnarchiveChat](https://green-api.com/docs/api/service/unarchiveChat/)|
175
175
|`serviceMethods.setDisappearingChat`| Метод предназначен для изменения настроек исчезающих сообщений в чатах |[SetDisappearingChat](https://green-api.com/docs/api/service/SetDisappearingChat/)|
176
176
|`webhooks.startReceivingNotifications`| Метод предназначен для старта получения новых уведомлений ||
177
177
|`webhooks.stopReceivingNotifications`| Метод предназначен для остановки получения новых уведомлений ||
178
-
|`statuses.sendTextStatus`| Метод предназначен для отправки текстового статуса |[SendTextStatus](https://green-api.com/docs/api/statuses/SendTextStatus/)|
179
-
|`statuses.sendVoiceStatus`| Метод предназначен для отправки голосового статуса |[SendVoiceStatus](https://green-api.com/docs/api/statuses/SendVoiceStatus/)|
180
-
|`statuses.sendMediaStatus`| Метод предназначен для отправки медиа-файлов |[SendMediaStatus](https://green-api.com/docs/api/statuses/SendMediaStatus/)|
181
-
|`statuses.getIncomingStatuses`| Метод возвращает крайние входящие статусы аккаунта |[GetIncomingStatuses](https://green-api.com/docs/api/statuses/GetIncomingStatuses/)|
182
-
|`statuses.getOutgoingStatuses`| Метод возвращает крайние отправленные статусы аккаунта |[GetOutgoingStatuses](https://green-api.com/docs/api/statuses/GetOutgoingStatuses/)|
183
-
|`statuses.getStatusStatistic`| Метод возвращает массив получателей со статусами, отмеченных как отправлено/доставлено/прочитано, для данного статуса |[GetStatusStatistic](https://green-api.com/docs/api/statuses/GetStatusStatistic/)|
178
+
|`statuses.sendTextStatus`| Метод предназначен для отправки текстового статуса |[SendTextStatus](https://green-api.com/docs/api/statuses/SendTextStatus/)|
179
+
|`statuses.sendVoiceStatus`| Метод предназначен для отправки голосового статуса |[SendVoiceStatus](https://green-api.com/docs/api/statuses/SendVoiceStatus/)|
180
+
|`statuses.sendMediaStatus`| Метод предназначен для отправки медиа-файлов |[SendMediaStatus](https://green-api.com/docs/api/statuses/SendMediaStatus/)|
181
+
|`statuses.getIncomingStatuses`| Метод возвращает крайние входящие статусы аккаунта |[GetIncomingStatuses](https://green-api.com/docs/api/statuses/GetIncomingStatuses/)|
182
+
|`statuses.getOutgoingStatuses`| Метод возвращает крайние отправленные статусы аккаунта |[GetOutgoingStatuses](https://green-api.com/docs/api/statuses/GetOutgoingStatuses/)|
183
+
|`statuses.getStatusStatistic`| Метод возвращает массив получателей со статусами, отмеченных как отправлено/доставлено/прочитано, для данного статуса |[GetStatusStatistic](https://green-api.com/docs/api/statuses/GetStatusStatistic/)|
0 commit comments