(20250613) - whatsapp mongo log testing.

This commit is contained in:
yatmesh
2025-06-13 12:41:48 +05:30
parent 83a9c7cf89
commit 7f59105003
2 changed files with 24 additions and 3 deletions
+3 -2
View File
@@ -124,9 +124,10 @@ class NimbusWhatsAppMessage(BaseModel):
)
# ---- ADDED BY OMKAR 2025-05-13 ----
waGroupId: str = Field(
waGroupId: str | None = Field(
description="The Whatsapp group ID. of the target recipient(s) group",
frozen=True
frozen=True,
default=None
)
waGroupName: str | None = Field(