You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Como pode ver, o item "self": "in", existe no exemplo a cima
Porem na ultima versão do wppconnect 1.30.2 ele sumiu
Com ele conseguimos saber se o evento veio do próprio bot ou do usuário manualmente enviando a alguém uma mensagem.
É MUITO IMPORTANTE ESSE ITEM
The text was updated successfully, but these errors were encountered:
Descrição
O item "self" sumiu dos objetos que retornam nos eventos.
Ambiente
Passos para reproduzir
Só conferir o retorno de um evento, client.onAnyMessage
O retorna virá assim:
{
"id": "[email protected]_3EB05423432BAA9C6",
"body": "oi",
"type": "chat",
"t": 1674588420,
"notifyName": "Ana Bergamo ",
"from": "[email protected]",
"to": "[email protected]",
"self": "in",
"ack": 1,
"isNewMsg": true,
"star": false,
"kicNotified": false,
"recvFresh": true,
"isFromTemplate": false,
"pollInvalidated": false,
"broadcast": false,
"mentionedJidList": [],
"isVcardOverMmsDocument": false,
"isForwarded": false,
........
Como pode ver, o item "self": "in", existe no exemplo a cima
Porem na ultima versão do wppconnect 1.30.2 ele sumiu
Com ele conseguimos saber se o evento veio do próprio bot ou do usuário manualmente enviando a alguém uma mensagem.
É MUITO IMPORTANTE ESSE ITEM
The text was updated successfully, but these errors were encountered: