addedInput schema / properties / data
Added value: +{
+ "description": "Base64 encoded voice data",
+ "type": "string"
+}
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
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 voice file",
+ "type": "string"
+}
removedInput schema / properties / viewOnce / description
Removed value: -"Whether the voice message should be sent as view-once"
removedInput schema / properties / viewOnce / optional
Removed value: -true
removedInput schema / properties / voiceBase64
Removed value: -{
- "description": "Base64 encoded voice data (alternative to voiceURL)",
- "optional": true,
- "type": "string"
-}
removedInput schema / properties / voiceURL
Removed value: -{
- "description": "URL of the voice file to send (alternative to voiceBase64)",
- "optional": true,
- "type": "string"
-}