Update User Info Response

Added more details UserInfoResponse class
This commit is contained in:
Whispering Wind
2025-04-12 00:08:52 +03:30
committed by GitHub
parent 43e5769517
commit 580fe5e487

View File

@ -12,6 +12,9 @@ class UserInfoResponse(BaseModel):
expiration_days: int expiration_days: int
account_creation_date: str account_creation_date: str
blocked: bool blocked: bool
status: str
upload_bytes: int
download_bytes: int
class UserListResponse(RootModel): # type: ignore class UserListResponse(RootModel): # type: ignore