Изменение моделей пайдентика
This commit is contained in:
parent
32686351c3
commit
6e55bc9df3
2 changed files with 0 additions and 4 deletions
|
@ -14,7 +14,6 @@ class SMessage(BaseModel):
|
|||
username: str
|
||||
created_at: datetime
|
||||
avatar_image: str
|
||||
avatar_hex: str
|
||||
self_id: int | None
|
||||
answer_id: int | None
|
||||
|
||||
|
@ -46,7 +45,6 @@ class SChat(BaseModel):
|
|||
chat_for: int
|
||||
chat_name: str
|
||||
avatar_image: str
|
||||
avatar_hex: str
|
||||
|
||||
|
||||
class SAllowedChats(BaseModel):
|
||||
|
|
|
@ -40,7 +40,6 @@ class SUserResponse(BaseModel):
|
|||
username: str
|
||||
black_phoenix: bool
|
||||
avatar_image: HttpUrl
|
||||
avatar_hex: str
|
||||
date_of_birth: date
|
||||
date_of_registration: date
|
||||
|
||||
|
@ -57,7 +56,6 @@ class SUser(BaseModel):
|
|||
role: int
|
||||
black_phoenix: bool
|
||||
avatar_image: HttpUrl
|
||||
avatar_hex: str
|
||||
date_of_birth: date
|
||||
date_of_registration: date
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue