changedInput schema / properties / description / description
Previous value: -"Description for the link preview (max 1000 characters)"New value: +"Link preview description"
removedInput schema / properties / description / 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
changedInput schema / properties / jpegThumbnail / description
Previous value: -"Base64 encoded JPEG thumbnail for the link preview"New value: +"Base64 JPEG thumbnail"
removedInput schema / properties / jpegThumbnail / optional
Removed value: -true
removedInput schema / properties / mentions / description
Removed value: -"List of phone numbers to mention in the message"
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 / text / description
Previous value: -"Message text content (max 4096 characters)"New value: +"Message text (max 4096 characters)"
changedInput schema / properties / title / description
Previous value: -"Title for the link preview (max 500 characters)"New value: +"Link preview title"
removedInput schema / properties / title / optional
Removed value: -true
changedInput schema / properties / to / description
Previous value: -"Recipient phone number (with @s.whatsapp.net) or group ID (with @g.us)"New value: +"Recipient JID"
changedInput schema / properties / url / description
Previous value: -"URL to include in the message"New value: +"URL to include"