import pydantic class TelegramLoginInput(pydantic.BaseModel): telegram_id: int username: str | None chat_id: int