removedInput schema / properties / audioBase64
Removed value: -{
- "description": "Base64 encoded audio data (alternative to audioURL)",
- "optional": true,
- "type": "string"
-}
removedInput schema / properties / audioURL
Removed value: -{
- "description": "URL of the audio file to send (alternative to audioBase64)",
- "optional": true,
- "type": "string"
-}
addedInput schema / properties / data
Added value: +{
+ "description": "Base64 encoded audio 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
changedInput schema / properties / mimeType / description
Previous value: -"MIME type of the audio file"New value: +"MIME type (auto-detected if omitted)"
removedInput schema / properties / mimeType / enum
Removed value: -[
- "audio/mpeg",
- "audio/mp3",
- "audio/ogg",
- "audio/wav"
-]
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: +{
+ "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 audio file",
+ "type": "string"
+}
removedInput schema / properties / viewOnce / description
Removed value: -"Whether the audio should be sent as view-once"
removedInput schema / properties / viewOnce / optional
Removed value: -true
changedInput schema / required
Previous value: -[
- "to",
- "mimeType"
-]New value: +[
+ "to"
+]