Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pixivpy3/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ class UserInfo(BasePixivpyModel):
comment: Optional[str] = None # present only on `user_detail` endpoint
is_followed: Optional[bool]
is_access_blocking_user: Optional[bool] = None
is_accept_request: Optional[bool] = (
None # present only on `user_following` and `user_follower` endpoint
)


class CommentUser(BasePixivpyModel):
Expand Down