changedInput schema / properties / caption / description
Previous value: -"Caption for the document (max 1024 characters)"New value: +"Caption for the document"
removedInput schema / properties / caption / optional
Removed value: -true
addedInput schema / properties / data
Added value: +{
+ "description": "Base64 encoded document data",
+ "type": "string"
+}
removedInput schema / properties / documentBase64
Removed value: -{
- "description": "Base64 encoded document data (alternative to documentURL)",
- "optional": true,
- "type": "string"
-}
removedInput schema / properties / documentURL
Removed value: -{
- "description": "URL of the document to send (alternative to documentBase64)",
- "optional": true,
- "type": "string"
-}
addedInput schema / properties / ephemeralExpiration
Added value: +{
+ "enum": [
+ "off",
+ "24h",
+ "7d",
+ "90d"
+ ],
+ "type": "string"
+}
removedInput schema / properties / fileName
Removed value: -{
- "description": "Name of the document file (max 255 characters)",
- "type": "string"
-}
addedInput schema / properties / filename
Added value: +{
+ "description": "Filename shown to recipient",
+ "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 in the caption"
removedInput schema / properties / mentions / optional
Removed value: -true
addedInput schema / properties / mimeType
Added value: +{
+ "description": "MIME type (auto-detected if omitted)",
+ "type": "string"
+}
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"
addedInput schema / properties / url
Added value: +{
+ "description": "URL of the document",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "to",
- "fileName"
-]New value: +[
+ "to",
+ "filename"
+]