full view User profile

This commit is contained in:
IluaAir
2025-09-20 14:04:07 +03:00
parent e0cddbdd34
commit c642b89581
2 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ class User(BaseModel):
username: str
is_active: bool
is_superuser: bool
telegram_id: int | None
avatar_path: str | None
model_config = ConfigDict(from_attributes=True, extra="ignore")