qopscribe/speech_service/models.py

10 lines
150 B
Python

from dataclasses import dataclass
@dataclass
class AudioTask:
uuid: str
file_path: str
user_id: int
chat_id: int
message_id: int