Add api/v1/config/telegram/... schemas

This commit is contained in:
Iam54r1n4
2025-01-26 11:50:50 +00:00
parent a863908282
commit ea558727d0

View File

@ -0,0 +1,6 @@
from pydantic import BaseModel
class StartInputBody(BaseModel):
token: str
admin_id: str