Skip to content

Commit

Permalink
🏷️ update model
Browse files Browse the repository at this point in the history
resolve #13
  • Loading branch information
RF-Tar-Railt committed Sep 25, 2023
1 parent 7071161 commit b1d4101
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nonebot/adapters/red/api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,15 +396,15 @@ class Profile(BaseModel):
isSpecialCareZone: bool
ringId: str
status: int
extStatus: int
extStatus: Optional[int]
categoryId: int
onlyChat: bool
qzoneNotWatch: bool
qzoneNotWatched: bool
vipFlag: bool
yearVipFlag: bool
svipFlag: bool
vipLevel: int
vipFlag: Optional[bool]
yearVipFlag: Optional[bool]
svipFlag: Optional[bool]
vipLevel: Optional[int]


class Member(BaseModel):
Expand Down

0 comments on commit b1d4101

Please sign in to comment.