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 ce7731f commit 30482e6Copy full SHA for 30482e6
whatsapp_api_webhook_server_python_v2/webhook_dto.py
@@ -277,7 +277,7 @@ class MessageData(BaseModel):
277
278
class DeviceData(BaseModel):
279
280
- platform: Optional[str] = Field(None, alias="")
+ platform: Optional[str] = Field(None, alias="platform")
281
device_manufacturer: Optional[str] = Field(None, alias="deviceManufacturer")
282
device_model: Optional[str] = Field(None, alias="deviceModel")
283
os_version: Optional[str] = Field(None, alias="osVersion")
0 commit comments