changedInput schema / properties / caption / description
Previous value: -"Caption for the image (max 1024 characters)"New value: +"Caption for the image"
removedInput schema / properties / caption / optional
Removed value: -true
addedInput schema / properties / data
Added value: +{
+ "description": "Base64 encoded image data",
+ "type": "string"
+}
addedInput schema / properties / ephemeralExpiration
Added value: +{
+ "enum": [
+ "off",
+ "24h",
+ "7d",
+ "90d"
+ ],
+ "type": "string"
+}
removedInput schema / properties / imageBase64
Removed value: -{
- "description": "Base64 encoded image data (alternative to imageURL)",
- "optional": true,
- "type": "string"
-}
removedInput schema / properties / imageURL
Removed value: -{
- "description": "URL of the image to send (alternative to imageBase64)",
- "optional": true,
- "type": "string"
-}
changedInput schema / properties / isForwarded / description
Previous value: -"Whether the message should be marked as forwarded"New value: +"Mark as forwarded"
removedInput schema / properties / isForwarded / optional
Removed value: -true
changedInput schema / properties / mentions / description
Previous value: -"List of phone numbers to mention in the caption"New value: +"JIDs of mentioned users"
removedInput schema / properties / mentions / optional
Removed value: -true
changedInput schema / properties / mimeType / description
Previous value: -"MIME type of the image"New value: +"MIME type (auto-detected if omitted)"
removedInput schema / properties / mimeType / enum
Removed value: -[
- "image/jpeg",
- "image/png",
- "image/webp",
- "image/gif"
-]
changedInput schema / properties / replyTo / description
Previous value: -"ID of the message being replied to"New value: +"Message ID to reply to"
removedInput schema / properties / replyTo / optional
Removed value: -true
addedInput schema / properties / replyToSenderId
Added value: +{
+ "description": "Sender JID of the replied message",
+ "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"
addedInput schema / properties / url
Added value: +{
+ "description": "URL of the image",
+ "type": "string"
+}
changedInput schema / properties / viewOnce / description
Previous value: -"Whether the image should be sent as view-once"New value: +"Send as view-once"
removedInput schema / properties / viewOnce / optional
Removed value: -true
changedInput schema / required
Previous value: -[
- "to",
- "mimeType"
-]New value: +[
+ "to"
+]