We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129256b commit ce4e39bCopy full SHA for ce4e39b
pixivpy3/models.py
@@ -115,6 +115,9 @@ class UserInfo(BasePixivpyModel):
115
comment: Optional[str] = None # present only on `user_detail` endpoint
116
is_followed: Optional[bool]
117
is_access_blocking_user: Optional[bool] = None
118
+ is_accept_request: Optional[bool] = (
119
+ None # present only on `user_following` and `user_follower` endpoint
120
+ )
121
122
123
class CommentUser(BasePixivpyModel):
0 commit comments