-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Allow Title and Footer in text messages #1697
Comments
Could you send us an example of the message (photo) or a contact so that we can test it? It might be possible, but I've never seen a regular text message with a title and footer. |
Do you have the contact of someone (automated) who sends these messages like this? We can test the possibility; I even have an idea of how the test would be, but with a valid contact, some information beforehand. |
Hi @icleitoncosta , I am sending both messages. I WB official and Wppconnect. If you wish we, you can call me on Google Meet and we can do the tests. |
We can check the ExtendedTextMessage proto type, that there are the title and descriptions attributes |
I think it could be placed in SendMessageOptions just like in MessageButtonsOptions. It could have the title and footer properties |
Yes, yesterday I conducted a test by modifying the extendedTextMessage, adding a title and footer, but without success. I would need some example messages because their type might be an interactiveMessage or templateMessage. |
In official whatsapp business, all message templates can have a title and a footer message. In Wppconnect only button templates and lists can have it. Could be possible add title and footer to normal text messages?
The text was updated successfully, but these errors were encountered: