osnova-api-alert/schemas/tg_send.py

11 lines
171 B
Python
Raw Normal View History

2024-10-08 14:33:15 +00:00
from pydantic import BaseModel
2024-10-09 11:26:34 +00:00
class TelegramMessageToDashboard(BaseModel):
text: str
problem_id: int
2024-10-09 16:28:02 +00:00
class TelegramMessageToNetwork(BaseModel):
text: str