Skip to content

Commit d5b01c3

Browse files
fix(groupMemberLinkUpdate): remove more personal data from examples
1 parent 5ac9d54 commit d5b01c3

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docs/webhooks/on-message-received.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,18 +2056,18 @@ Os possíveis retornos do webhook **on-message-received** estão cadastrado logo
20562056
"instanceId": "3E987B16F401B0FF1B8DA2BF932F5DDF",
20572057
"messageId": "85932933",
20582058
"phone": "120363423529374305-group",
2059-
"connectedPhone": "5544935051180",
2059+
"connectedPhone": "5544999999999",
20602060
"fromMe": false,
20612061
"momment": 1773845888000,
20622062
"expiresAt": null,
20632063
"status": "RECEIVED",
2064-
"chatName": "Teste zapi",
2064+
"chatName": "Linux Foundation",
20652065
"senderPhoto": null,
2066-
"senderName": "João Victor",
2066+
"senderName": "Linus Torvalds",
20672067
"photo": null,
20682068
"broadcast": false,
20692069
"participantPhone": "5544999999999",
2070-
"participantLid": "81896604192873@lid",
2070+
"participantLid": "99999999999999@lid",
20712071
"referenceMessageId": null,
20722072
"externalAdReply": null,
20732073
"forwarded": false,
@@ -2090,18 +2090,18 @@ Os possíveis retornos do webhook **on-message-received** estão cadastrado logo
20902090
"instanceId": "3E987B16F401B0FF1B8DA2BF932F5DDF",
20912091
"messageId": "2944380975",
20922092
"phone": "120363423529374305-group",
2093-
"connectedPhone": "5544935051180",
2093+
"connectedPhone": "5544999999999",
20942094
"fromMe": false,
20952095
"momment": 1773846027000,
20962096
"expiresAt": null,
20972097
"status": "RECEIVED",
2098-
"chatName": "Teste zapi",
2098+
"chatName": "Linux Foundation",
20992099
"senderPhoto": null,
2100-
"senderName": "João Victor",
2100+
"senderName": "Linus Torvalds",
21012101
"photo": null,
21022102
"broadcast": false,
21032103
"participantPhone": "5544999999999",
2104-
"participantLid": "81896604192873@lid",
2104+
"participantLid": "99999999999999@lid",
21052105
"referenceMessageId": null,
21062106
"externalAdReply": null,
21072107
"forwarded": false,

i18n/en/docusaurus-plugin-content-docs/current/webhooks/on-message-received.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,18 +1811,18 @@ The possible returns of the **on-message-received** webhook are registered below
18111811
"instanceId": "3E987B16F401B0FF1B8DA2BF932F5DDF",
18121812
"messageId": "85932933",
18131813
"phone": "120363423529374305-group",
1814-
"connectedPhone": "5544935051180",
1814+
"connectedPhone": "5544999999999",
18151815
"fromMe": false,
18161816
"momment": 1773845888000,
18171817
"expiresAt": null,
18181818
"status": "RECEIVED",
1819-
"chatName": "Teste zapi",
1819+
"chatName": "Linux Foundation",
18201820
"senderPhoto": null,
1821-
"senderName": "João Victor",
1821+
"senderName": "Linus Torvalds",
18221822
"photo": null,
18231823
"broadcast": false,
18241824
"participantPhone": "5544999999999",
1825-
"participantLid": "81896604192873@lid",
1825+
"participantLid": "99999999999999@lid",
18261826
"referenceMessageId": null,
18271827
"externalAdReply": null,
18281828
"forwarded": false,
@@ -1845,18 +1845,18 @@ The possible returns of the **on-message-received** webhook are registered below
18451845
"instanceId": "3E987B16F401B0FF1B8DA2BF932F5DDF",
18461846
"messageId": "2944380975",
18471847
"phone": "120363423529374305-group",
1848-
"connectedPhone": "5544935051180",
1848+
"connectedPhone": "5544999999999",
18491849
"fromMe": false,
18501850
"momment": 1773846027000,
18511851
"expiresAt": null,
18521852
"status": "RECEIVED",
1853-
"chatName": "Teste zapi",
1853+
"chatName": "Linux Foundation",
18541854
"senderPhoto": null,
1855-
"senderName": "João Victor",
1855+
"senderName": "Linus Torvalds",
18561856
"photo": null,
18571857
"broadcast": false,
18581858
"participantPhone": "5544999999999",
1859-
"participantLid": "81896604192873@lid",
1859+
"participantLid": "99999999999999@lid",
18601860
"referenceMessageId": null,
18611861
"externalAdReply": null,
18621862
"forwarded": false,

0 commit comments

Comments
 (0)