SendButtons
See original GitHub issueDescription
SendButtons não funciona sem multiservices false
Environment
- Venom version(s): [e.g. 2.0.27, 2.2.1]
- Browser: [e.g. Chrome 87, Chromium 85]
- OS: [e.g. OSX 10.13.4, Windows 10]
- Node version: [e.g. Node 8, Node 14]
Log Output
Executing (default): INSERT INTO wp_numbers
(id
,number
) VALUES (NULL, ‘')
Error when sending: {
me: {},
to: {
fromMe: true,
remote: {
server: ‘c.us’,
user: '',
_serialized: '’
},
id: ‘**************’,
_serialized: '**’
},
erro: true,
text: null,
status: ‘ERROR_UNKNOWN’,
result: null
}
Pode ser facilmente replicado, só seguindo a descrição do problema
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:20 (2 by maintainers)
Top Results From Across the Web
Function SendButtons don't work · Issue #1278 - GitHub
Description Function SendButtons don't work Environment Venom version(s): [4.0.1] Browser: [Chrome 95] OS: [Windows 10] Node version: ...
Read more >SendButton | Stream Chat - React Native SDK Docs
Sends a composed message within MessageInput component to channel. This function is attached to onPress handler of SendButton . The message optimistically gets ......
Read more >SendButton - Documentation - Meta for Developers - Facebook
SendButton. SendButton. A button to share content through Messenger. Tapping the receiver will invoke the MessageDialog with the attached shareContent.
Read more >messages.sendButton - API Reference - Kendo UI Chat
In this article you can see how to configure the messages.sendButton property of the Kendo UI Chat.
Read more >sendbutton - YouTube
@sendbutton. @sendbutton 34 subscribers 73 videos. Subscribe. http://www.caseycasperson.com. Home. Videos. Shorts. Playlists. Community. Channels.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fiz alguns testes em uma api oficial. Percebi que alguns parametros foram adicionados. Mas até agora não consegui fazer voltar a funcionar.
Acredito que seja algo referente a esse parametro:
“replyButtons”: [ { “id”: “btn01”, “displayText”: “Button 01” }, { “id”: “btn02”, “displayText”: “Button 02” } ],
Mas não tenho certeza onde ele deve ser adicionado. Já fiz alguns testes adicionando ele no wapi.js, mas não obtive sucesso.
Estou estudando tambem a api e o codigo pra ver se faço funcionar, vc teme novidades?