We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad1b09 commit 10826c1Copy full SHA for 10826c1
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.9.29
4
+refactor(whatsapp): Update Data and Key model field definitions
5
+
6
+- Modify `status` field in Data model to be optional (str | None)
7
+- Update `remoteJidAlt` in Key model to be optional (str | None)
8
+- Add default None to `id` field in Key model
9
+- Improve model flexibility by allowing None for certain fields
10
11
## v0.9.28
12
making field optional in whatsappwebhookpayload
13
0 commit comments