-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Кнопки не доставляются в мобильное приложение / Buttons are not delivered to the mobile app #62
Comments
На данный момент работа кнопок частично восстановлена, по результатам было проведено тестирование. At the moment, the operation of the buttons has been partially restored, testing was carried out based on the results. |
На версии приложения 2.23.8.76 кнопки перестали отображаться в мобильном приложении https://t.me/green_api/88 On the application version 2.23.8.76, the buttons are no longer displayed in the mobile application https://t.me/green_api/88 |
How far with sending buttons? |
Hello, at the moment the buttons are still not working, but we are preparing to send a survey message in the next release. |
Прошел почти год. а проблема все еще остается |
Здравствуйте, к сожалению проблему не удается решить, WhatsApp сильно изменил механизм работы кнопок, разработчикам не удалось восстановить работу. Кнопки не являются открытой частью клиента WhatsApp поэтому реализация такого механизма очень сложная. |
спасибо |
Ошибка
При использовании методов SendButtons, SendListMessage, SendTemplateButtons сообщения могут не отображаться в мобильном приложении. Возможность отправки сообщений с кнопками реализована нами низкоуровневым способом. Официальный клиент WhatsApp-Web не предоставляет функции отправки кнопок. По большей части восстановление работы кнопок не зависит от нас, это делает WhatsApp.
Уровень
API
Обходное решение
Рекомендуем всегда дублировать кнопки обычными сообщениями или вовсе не пользоваться кнопками.
Использовать цифры для определения выбора.
Выберете действие:
1 - действие 1
2 - действие 2
3 - действие 3
Error
When using the SendButtons, SendListMessage, SendTemplateButtons methods, messages may not be displayed in the mobile application. The ability to send messages with buttons is implemented by us in a low-level way. The official WhatsApp-Web client does not provide the functionality of sending buttons. For the most part, restoring the buttons is not up to us, WhatsApp does.
Level
API
Workaround
We recommend that you always duplicate buttons with regular messages or not use buttons at all.
Use numbers to determine choice.
Choose an action:
1 - action 1
2 - action 2
3 - action 3
The text was updated successfully, but these errors were encountered: