feat: add waveform voice messages end-to-end
All checks were successful
CI / test (push) Successful in 23s

This commit is contained in:
2026-03-08 12:40:49 +03:00
parent 3b82b5e558
commit 30169a3a27
13 changed files with 361 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ class MessageRead(BaseModel):
type: MessageType
text: str | None
delivery_status: Literal["sending", "sent", "delivered", "read"] | None = None
attachment_waveform: list[int] | None = None
created_at: datetime
updated_at: datetime