We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fed6b8 commit ec2de8eCopy full SHA for ec2de8e
src/WhatsApp/ContentMessage.cs
@@ -45,7 +45,7 @@ .type as $type |
45
name: .contacts[].name.first_name,
46
surname: .contacts[].name.last_name,
47
numbers: [.contacts[].phones[] |
48
- select(.type == "MOBILE") | .wa_id]
+ select(.wa_id? != null) | .wa_id]
49
}
50
elif $type == "text" then {
51
"$type": $type,
0 commit comments