Skip to content

Commit

Permalink
SW-621. Метод для пересылки сообщений forwardMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
olegius88 committed Jan 18, 2023
1 parent dc5a2c1 commit 9b9bc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func main() {
| `Sending().SendLocation` | The method is designed to send a geolocation message |
| `Sending().SendContact` | The method is for sending a message with a contact |
| `Sending().SendLink` | The method is designed to send a message with a link that will add an image preview, title and description |
| `Sending().ForwardMessages` | The method is intended for forwarding messages to a personal or group chat |
| `Sending().ForwardMessages` | The method is designed for forwarding messages to a personal or group chat |
| `Service().CheckWhatsapp` | The method checks if there is a WhatsApp account on the phone number |
| `Service().GetAvatar` | The method returns the avatar of the correspondent or group chat |
| `Service().GetContacts` | The method is designed to get a list of contacts of the current account |
Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func main() {
| `Sending().SendLocation` | Метод предназначен для отправки сообщения геолокации |
| `Sending().SendContact` | Метод предназначен для отправки сообщения с контактом |
| `Sending().SendLink` | Метод предназначен для отправки сообщения со ссылкой, по которой будут добавлены превью изображения, заголовок и описание |
| `sending.forwardMessages` | Метод предназначен для пересылки сообщений в личный или групповой чат |
| `sending().ForwardMessages` | Метод предназначен для пересылки сообщений в личный или групповой чат |
| `Service().CheckWhatsapp` | Метод проверяет наличие аккаунта WhatsApp на номере телефона |
| `Service().GetAvatar` | Метод возвращает аватар корреспондента или группового чата |
| `Service().GetContacts` | Метод предназначен для получения списка контактов текущего аккаунта |
Expand Down

0 comments on commit 9b9bc4d

Please sign in to comment.