diff --git a/README.md b/README.md index e7d8c2e..5340353 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/README_RU.md b/README_RU.md index ea7face..a23e095 100644 --- a/README_RU.md +++ b/README_RU.md @@ -249,7 +249,7 @@ func main() { | `Sending().SendLocation` | Метод предназначен для отправки сообщения геолокации | | `Sending().SendContact` | Метод предназначен для отправки сообщения с контактом | | `Sending().SendLink` | Метод предназначен для отправки сообщения со ссылкой, по которой будут добавлены превью изображения, заголовок и описание | -| `sending.forwardMessages` | Метод предназначен для пересылки сообщений в личный или групповой чат | +| `sending().ForwardMessages` | Метод предназначен для пересылки сообщений в личный или групповой чат | | `Service().CheckWhatsapp` | Метод проверяет наличие аккаунта WhatsApp на номере телефона | | `Service().GetAvatar` | Метод возвращает аватар корреспондента или группового чата | | `Service().GetContacts` | Метод предназначен для получения списка контактов текущего аккаунта |