Problema com a função sendButtons. Funciona apenas para IOS #2346
guilhermeruj
started this conversation in
General
Replies: 3 comments
-
Really a problem. Is it on android side or venom's? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same problem, the buttons arrive normally on IOS and in the browser, only on ANDROID they don't arrive. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having this problem too, how did you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Estava usando botões até a versão 4.3.7 funcionou tranquilo à partir da versão 5.0.1 não funcionou mais para android apenas IOS.
Codigo que estou usando.
const buttons = [
{
buttonId: "1",
text: "Teste",
buttonText: {
displayText: "Botão 1",
},
},
{
buttonId: "2",
text: "Teste2",
buttonText: {
displayText: "Botão 2",
},
},
];
await client
.sendButtons(
message.from,
"title of message",
buttons,
"Description optional",
Beta Was this translation helpful? Give feedback.
All reactions