addedInput schema / properties / data
Added value: +{
+ "description": "Base64 encoded sticker data",
+ "type": "string"
+}
addedInput schema / properties / ephemeralExpiration
Added value: +{
+ "enum": [
+ "off",
+ "24h",
+ "7d",
+ "90d"
+ ],
+ "type": "string"
+}
removedInput schema / properties / isAnimated / optional
Removed value: -true
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
removedInput schema / properties / mimeType
Removed value: -{
- "description": "MIME type of the sticker (must be image/webp)",
- "enum": [
- "image/webp"
- ],
- "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"
+}
removedInput schema / properties / stickerBase64
Removed value: -{
- "description": "Base64 encoded sticker data (alternative to stickerURL)",
- "optional": true,
- "type": "string"
-}
removedInput schema / properties / stickerURL
Removed value: -{
- "description": "URL of the sticker to send (alternative to stickerBase64)",
- "optional": true,
- "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 sticker",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "to",
- "mimeType"
-]New value: +[
+ "to"
+]