changedInput schema / properties / caption / description
Previous value: -"Caption for the video (max 1024 characters)"New value: +"Caption for the video"
removedInput schema / properties / caption / optional
Removed value: -true
addedInput schema / properties / data
Added value: +{
+ "description": "Base64 encoded video 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 in the caption"
removedInput schema / properties / mentions / optional
Removed value: -true
changedInput schema / properties / mimeType / description
Previous value: -"MIME type of the video"New value: +"MIME type (auto-detected if omitted)"
removedInput schema / properties / mimeType / enum
Removed value: -[
- "video/mp4",
- "video/3gp",
- "video/mov",
- "video/avi"
-]
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 video",
+ "type": "string"
+}
removedInput schema / properties / videoBase64
Removed value: -{
- "description": "Base64 encoded video data (alternative to videoURL)",
- "optional": true,
- "type": "string"
-}
removedInput schema / properties / videoURL
Removed value: -{
- "description": "URL of the video to send (alternative to videoBase64)",
- "optional": true,
- "type": "string"
-}
changedInput schema / properties / viewOnce / description
Previous value: -"Whether the video 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"
+]