changedInput schema / properties / displayName / description
Previous value: -"Display name for the contact (alternative to vCard)"New value: +"Display name (auto-generates vCard)"
removedInput schema / properties / displayName / optional
Removed value: -true
addedInput schema / properties / ephemeralExpiration
Added value: +{
+ "enum": [
+ "off",
+ "24h",
+ "7d",
+ "90d"
+ ],
+ "type": "string"
+}
removedInput schema / properties / isForwarded / description
Removed value: -"Whether the message should be marked as forwarded"
removedInput schema / properties / isForwarded / optional
Removed value: -true
removedInput schema / properties / mentions / description
Removed value: -"List of phone numbers to mention"
removedInput schema / properties / mentions / optional
Removed value: -true
removedInput schema / properties / replyTo / description
Removed value: -"ID of the message being replied to"
removedInput schema / properties / replyTo / optional
Removed value: -true
addedInput schema / properties / replyToSenderId
Added value: +{
+ "type": "string"
+}
changedInput schema / properties / to / description
Previous value: -"Recipient phone number (with @s.whatsapp.net) or group ID (with @g.us)"New value: +"Recipient JID"
removedInput schema / properties / vCard
Removed value: -{
- "description": "Raw vCard string (alternative to displayName)",
- "optional": true,
- "type": "string"
-}
addedInput schema / properties / vcard
Added value: +{
+ "description": "Raw vCard string",
+ "type": "string"
+}