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
@@ -159,6 +159,7 @@ This method will be called when an incoming message is received. Next, process m
159
159
|`sending.sendLocation`| The method is aimed for sending a location message |[SendLocation.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/SendLocation.md)|
160
160
|`sending.sendMessage`| The method is aimed for sending a text message to a personal or a group chat |[SendMessage.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/SendMessage.md)|
161
161
|`sending.sendTemplateButtons`| The method is aimed for sending a message with template list interactive buttons to a personal or a group chat |[SendTemplateButtons.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/SendTemplateButtons.md)|
162
+
|`sending.forwardMessages`| The method is intended for forwarding messages to a personal or group chat |[ForwardMessages.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/ForwardMessages.md)|
162
163
|`serviceMethods.checkWhatsapp`| The method checks WhatsApp account availability on a phone number |[CheckWhatsapp.md](https://github.com/green-api/docs/blob/master/ru/docs/api/service/CheckWhatsapp.md)|
163
164
|`serviceMethods.getAvatar`| The method returns a user or a group chat avatar |[GetAvatar.md](https://github.com/green-api/docs/blob/master/ru/docs/api/service/GetAvatar.md)|
164
165
|`serviceMethods.getContactInfo`| The method is aimed for getting information on a contact |[GetContactInfo.md](https://github.com/green-api/docs/blob/master/ru/docs/api/service/GetContactInfo.md)|
Copy file name to clipboardExpand all lines: README_RUS.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
@@ -157,6 +157,7 @@ body | тело сообщения (json)
157
157
|`sending.sendLocation`| Метод предназначен для отправки сообщения геолокации |[SendLocation.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/SendLocation.md)|
158
158
|`sending.sendMessage`| Метод предназначен для отправки текстового сообщения в личный или групповой чат |[SendMessage.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/SendMessage.md)|
159
159
|`sending.sendTemplateButtons`| Метод предназначен для отправки сообщения с интерактивными кнопками из перечня шаблонов в личный или групповой чат |[SendTemplateButtons.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/SendTemplateButtons.md)|
160
+
|`sending.forwardMessages`| Метод предназначен для пересылки сообщений в личный или групповой чат |[ForwardMessages.md](https://github.com/green-api/docs/blob/master/ru/docs/api/sending/ForwardMessages.md)|
160
161
|`serviceMethods.checkWhatsapp`| Метод проверяет наличие аккаунта WhatsApp на номере телефона |[CheckWhatsapp.md](https://github.com/green-api/docs/blob/master/ru/docs/api/service/CheckWhatsapp.md)|
161
162
|`serviceMethods.getAvatar`| Метод возвращает аватар корреспондента или группового чата |[GetAvatar.md](https://github.com/green-api/docs/blob/master/ru/docs/api/service/GetAvatar.md)|
162
163
|`serviceMethods.getContactInfo`| Метод предназначен для получения информации о контакте |[GetContactInfo.md](https://github.com/green-api/docs/blob/master/ru/docs/api/service/GetContactInfo.md)|
0 commit comments