feat: add waveform voice messages end-to-end
All checks were successful
CI / test (push) Successful in 23s
All checks were successful
CI / test (push) Successful in 23s
This commit is contained in:
@@ -255,6 +255,7 @@ Rules:
|
||||
"type": "text",
|
||||
"text": "Hello",
|
||||
"delivery_status": "read",
|
||||
"attachment_waveform": [4, 7, 10, 9, 6],
|
||||
"created_at": "2026-03-08T10:02:00Z",
|
||||
"updated_at": "2026-03-08T10:02:00Z"
|
||||
}
|
||||
@@ -339,7 +340,8 @@ Rules:
|
||||
"message_id": 100,
|
||||
"file_url": "https://.../bucket/uploads/....jpg",
|
||||
"file_type": "image/jpeg",
|
||||
"file_size": 123456
|
||||
"file_size": 123456,
|
||||
"waveform_points": [4, 7, 10, 9, 6]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -351,7 +353,8 @@ Rules:
|
||||
"message_id": 100,
|
||||
"file_url": "https://...",
|
||||
"file_type": "image/jpeg",
|
||||
"file_size": 123456
|
||||
"file_size": 123456,
|
||||
"waveform_points": [4, 7, 10, 9, 6]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user