You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(whatsapp): Update Data and Key model field definitions
- Modify `status` field in Data model to be optional (str | None)
- Update `remoteJidAlt` in Key model to be optional (str | None)
- Add default None to `id` field in Key model
- Improve model flexibility by allowing None for certain fields
0 commit comments