qopscribe/speech_service/models.py

10 lines
150 B
Python
Raw Normal View History

2025-02-23 16:22:33 +01:00
from dataclasses import dataclass
@dataclass
class AudioTask:
uuid: str
file_path: str
user_id: int
chat_id: int
message_id: int