osnova-api-alert/schemas/tg_send.py

7 lines
110 B
Python
Raw Normal View History

2024-10-08 14:33:15 +00:00
from pydantic import BaseModel
class TelegramSendMessage(BaseModel):
chat_id: str
text: str