Fix Status

This commit is contained in:
Whispering Wind
2025-04-12 13:15:39 +03:30
committed by GitHub
parent 3eea66a6f5
commit 8cd9866309

View File

@ -12,7 +12,7 @@ class UserInfoResponse(BaseModel):
expiration_days: int expiration_days: int
account_creation_date: str account_creation_date: str
blocked: bool blocked: bool
status: str status: str | None = None
upload_bytes: int | None = None upload_bytes: int | None = None
download_bytes: int | None = None download_bytes: int | None = None